html{
    background-color: rgb(202, 202, 202);
}

#title{
    text-align: center;
    font-size: 50px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding-top: 10%;
}

#subtitle{
    text-align: center;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
}

#weeknav{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: navy;
    border: none;
}

.weeks a{
    display: block;
    color: white;
    padding: 5px 16px;
    text-decoration: none;
}

.weeks{
    text-align: center;
    border-bottom: 3px solid rgb(202, 202, 202);
}

hr{
    border: outset 5px red;
}

#menulist{
    list-style-type: none;
    margin: 0;
    padding-left: 23%;
    padding-top: 30px;
    overflow: hidden;
}

.videos{
    float: left;
}

.videos a{
    color: white;
    font-weight: bold;
    display: block;
    padding: 20px;
    background-color: black;
    border-radius: 15px 15px 15px 15px;
}

#image{
    text-align: center;
    padding-top: 40px;
}

#youtube{
    padding-top: 40px;
    text-align: center;
}

#response{
    color: white;
    font-weight: bold;
    margin: 45px;
}

details{
    background-color: grey;    
    text-align: center;
    border-radius: 50px;
    margin: 60px;
}

summary{
    text-align: center;
    margin-top: 10px;
    color: white;
    font-size: 30px;
    font-weight: bolder;
}

