/* center start */
#center {
    width: 1480px;
    padding: 9px 6px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

#center p { text-align: left; }

#center h1, h3 {
    font-family: 'MilkyWell';
    font-weight: normal;
    text-shadow: 1px 1px 7px #4479ff;
}

#center h1.ding {
    font-family: 'Distro2';
    font-size: 34px;
    margin: 0;
    letter-spacing: 11px;
    text-align: center;
}

#center h3 {
    font-family: 'MilkyWell';
    font-size: 24px;
    margin: 5px auto;
}
/* center end */

/* flexes start */
.flex { display: flex; gap: 15px; }

#f1 { margin-bottom: -15px; position: relative;
}

#f2 { margin-top: -15px; justify-content: space-evenly; }
/* flexes end */