body { 
    text-align: center;
    text: Arial, sans-serif;
    background-color: antiquewhite;
    margin: 0;
    color: #333;
}
header {
    background-color: #8b6f47;
    color: white;
    padding: 20px;
    text-align: center;
}

.vertical-menu {
    text-align: left;
}

.vertical-menu a {
    display: inline-block;
    color: whitesmoke;
    background-color: #6f5638;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 5px;
}

.table td {
    padding: 20px;
    text-align: left;
}

.vid video {
    max-height: 20%;
    border-radius: 8px;
}

.audcap {
    font-weight: bold;
}

.aud figcaption{
    margin-top: 10px;
    font-size: xx-large;
    font-style: italic;
}

footer {
    color: whitesmoke;
    margin-top: 40px;
    padding: 15px;
    background-color: #8b6f47;
}