body {
    background-color: rgb(86, 192, 45);
}

p {
    font-size: 20px;
    color: black
}

table, th, td {
    padding: 10px;
    border:1px solid bisque;
    margin-bottom: 200px;
}

h2 {
    text-align: center;
}

h1 {
    color: bisque
}

a {
    color: purple;
}
