#header {
    height: 110px;
    background-color: white;
    vertical-align: middle;
    text-align: left;
    padding: 10px;
}

#logo {
    margin: 0 auto;
    height: 90px;
    width: 300;
    text-align: center;
    padding: 12px;
}

#logo img {
    height: 65px;
}

#video-title {
    height: 150px;
    text-align: center;
    color: #ffffff;
    background-color: #fcaf17;
}

#title {
    font-style: normal;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1.25;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
}

#sub-title {
    font-style: normal;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1.25;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
}


#footer {
    padding: 25px;
    height: 150px;
    text-align: center;
    color: #ffffff;
    background-color: black;
}

#footer p {
    padding-top: 25px;
    color: rgba(252, 175, 23, 0.5);
    font-size: 0.875rem;
    font-family: "Avenir Next Rounded",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625;
}

#footer button {
    padding: 10px;
    color: black;
    background-color: #fcaf17;
    font-size: 0.875rem;
    font-family: "Avenir Next Rounded",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625;
}