main {
    padding-top: 10vh;
    padding-bottom: 10vh;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


main div {
    width: 90%;
    display: flex;
    flex-direction: column;
    
}

main div h3 {
    font-family: "bebas";
    font-size: 1.5vw;
    text-transform: uppercase;
    margin-top: 5vh;
}