main{
    background-color: #313338;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
}

main section{
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
}

main section h2{
    font-size: 3rem;
    color: #ffeb3b;
}