@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=Fjalla+One&display=swap');
body {
    font-family: "Bebas Neue", sans-serif;
    height: 100%;
    width: 100%;
    background-color: rgb(137, 160, 183);
}

main{
    /* background-color: rgb(120, 182, 178); */
    display: flex;
    height: 95%;
    width: 45%;
    margin: 1%;
    top:0;
    left:0;
    position: absolute;
    display: flex;
    align-items: center;
}

.dadaBox {
    font-size: 20vw;
    display:flex;
    flex-direction: row;
    align-items: center; 
    /* justify-content: space-around; */
    height: 70vh;
    width: 40vh;
    margin: 2vh;
    position:absolute;
    left:20%;
}

.daBox {
    height: 100%;
    width: 100%;
    margin:-2vh;
}

.up {
    display: flex;
    align-items: flex-start;
}

.down {
    display: flex;
    align-items: flex-end;
}

.a {
    padding-top: 50%;
}

.b {
    padding-bottom: 50%;
}

.c {

}

.d {

}

#theBackward{
    transform: rotate(90deg);
    color: rgba(251, 251, 237, 0.9);
    position:absolute;
    left: 5%;
    top: 5vh;
    display: flex;
    justify-content: space-around;
    width: 60vh;
}

#theForward{
    z-index:1;
    height: 85%;
}



p {
    margin:0;
}

img {
    position: absolute;
    left: 60%;
    top: 10%;
    height: 75vh;
}