body {
    font-family: "Nunito Sans";
    background-color: rgb(212, 182, 185);
}
img {
    padding-left: 5px;
    padding-top: 5px;
}
.header table {
    width: 100%;
}
#menu {
    text-align: right;
}
#logo {
    height: 100px;
}
#headerimg {
    height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;

}
.buttons {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.buttons a {
    margin: 10px;
    padding: 5px;
    background-color: rgb(255, 255, 255);
    color: black;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    text-decoration: none;
    font-size: 26px;
}
a:hover {
    text-decoration: underline;
}
iframe {
    width: 100%;
    height: 550px;
    background-color: white;
    border: 0;
}