body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000;
}

main {
    display: flex;
    height: 90vh;
    align-items: center;
    justify-content: center;
}

footer {
    display: flex;
    height: 10vh;
    align-items: center;
    justify-content: center;
}

#content {
    color: #fff;
    text-align: center;
    font-size: 2vh;
    margin: 30px;
}

#content p {
    margin-top: 70px;
}

img#logo {
    filter: drop-shadow(0px 0px 20px #fff);
    width: 66vw;
    height: 33vh;
    object-fit: scale-down;
}

#socials {
    display: flex;
    gap: 10px;
}

#socials img {
    height: 2vh;
    object-fit: scale-down;
}