* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: fffont;
    src: url(../fonts/finalfantasy/reina-sans.otf);
}

body{
    background-image: url(assets_lab/innercell.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10vh;
}

main{
    background-image: url(assets_lab/greengraph.png);
    background-size: 105% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 80vw;
    height: 80vh;
    display: flex;
    justify-content: baseline;
}

div{
    font-family: fffont;
    font-size: 30px;
    margin: 3em;
    color: rgb(4, 4, 63);
    text-align: center;
}

