body{
    /* padding-top: 110px; */
    display: flex;
    flex-direction: row;
    overflow: scroll;
    gap: 30px;
    section{
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 13px;
    }
}

*{
    text-align: center;
}

a{
    color: white;
}

i{
    font-size: 0.7em;
}

.credit{
    width: 100%;
}

@media (max-width: 900px) {
    body{
        flex-direction: column;
    }
}