body {
    background-color: rgb(117, 132, 113);
    font-family: Didot, serif;
    font-size: xx-large;
}

h1 {
    text-align: center;
    color: rgb(210, 212, 187);
    margin-left: 20px;
    margin-bottom: 0;
}

h3 {
    text-align: center;
    margin-bottom: 10px;
}

img {
    float:left;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}

p{
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 1px;
    color: antiquewhite;
    text-align: center;
    font-size: x-large;
}

menu {
    background-color: antiquewhite;
    text-align: center;
    color: rgb(99, 99, 99);
    font-size: x-large;
}

a {
    color: inherit;
}

table{
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid rgb(210, 212, 187);
    padding: 8px;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}
input {
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    width: 400px;
    text-align: center;
    font-size: 20px;
    font-family: Didot, serif;
    display: block;
}

canvas {
    background-color: white;
}

.interactive{
    margin: auto;
    width: 50%;
    padding: 10px;
}

.button_blue {
    background-color: lightskyblue;
}
.button_red {
    background-color: red;
}
.button_green {
    background-color: lightgreen;
}
.button_yellow {
    background-color: gold;
}
.button_pink {
    background-color: hotpink;
}
.button_gray {
    background-color: gray;
}
.button_purple {
    background-color: purple;
}
.button_brown {
    background-color: chocolate;
}
