* {
    font-family: "century gothic", sans-serif;
}

html, body {
    height: 100%;
}

body{
    background-color: var(--sub-item-backcolor);
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

main{
    display: flex;
    flex: 1;
}

@media only screen and (max-width: 1280px) {
    /* For mobile phones: */

}