@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

::selection {
    background: white;
    color: black;
}

body {
    font-family: 'Inter';
    background-color: transparent;
    color: white;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

a {
    color: white;
    text-decoration: none;
    margin-left: 10px;
}

a:hover {
    text-decoration: underline;
}

footer {
    border-top: 1px solid white;
}

.copyright,
.copyright:hover {
    font-weight: 600;
    text-decoration: none;
    margin-left: 20px;
}