.title{
    text-align: center;

    h2{
        text-align: center;
    }

    img{
        max-width: 800px;
    }
}

main {
    display: flex;
    flex-direction: column;
    margin-bottom: 8em;
    align-items: center;
}