html {
    background-color: #030d1f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: white;
    font-family: Poppins;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

main {
    text-align: center;
}

main>img {
    width: 40%;
}

i {
    font-size: 200%;
}

.socials {
    margin-top: 5em;
}

a {
    margin: 1em;
}

a:link {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}