#notices {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.5em;
}
#slide {
    display: block;
    width: 100vw;
    height: 100vh;
    font-weight: bold;
    color: #666;
    padding: 5%;
}
#clock {
    position: fixed;
    top: 1vh;
    right: 1vw;
    display: block;
    width: 10vw;
    background-color: rgba(255,255,238,0.5);
    color: #666;
    border: solid 1px #871540;
    border-radius: 10px;
    text-align: center;
    font-size: 2.7vw;
    font-weight: bold;
    padding: 0.5vw;
}
.title-header {
    text-align: center;
    font-size: 3vw;
    color: #871540;
    font-weight: bold;
}
.sub-header {
    text-align: center;
}
.footnote {
    position: absolute;
    top: 84%;
    max-height: 15%;
    left: 2%;
    width: 96%;
    text-align: center;
    font-size: 1.8vw;
}
p {
    text-align: left;
}
.medium{
    font-size: 1.2vw;
}
