body{
    text-align: center;
    background-color: #440E03;
    color: #FDFCE8;
    font-family: "Darker Grotesque", sans-serif;
    font-style: normal;
}

h1{
    padding-top: 2rem;
    font-family: "Monoton", sans-serif;
    font-weight: 400;
    font-size: 3rem;
}

h2{
    padding-top: 1.7em;
}

.top-left{
    position:absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 30rem;
    height: 90rem;
}

.top-right{
    position:absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 30rem;
    height: 90rem;
}
