body    {
    background-color: black;
    color: aliceblue;
    font-family: "Signika", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings: "GRAD" 0;
}   

a {
    color:antiquewhite;
    text-decoration: none;
}

main    {
    margin-top: 10px;
    width: 100%;
}

header {
    height: 30px;
    text-align: center;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
}


footer  {
    text-align: center;
}