.box {
    
    background-color: darkred;
    color: white;
    border-style: double;
    text-align: center;
    border-color: white;
    height: 100vh;
}
.downarrow {
    font-size: 145px;
}
h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: normal;
    font-size: 72px;
}
h2 {
    font-size: 36px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
p {
    background-color: white;
    color: darkred;
    border-style: double;
    text-align: center;
    border-color: darkred;
    font-size: 36px;
}
