html {
    background-color: black;
    color: white;
}

body {
    margin: 0;
}

.container {
    position: relative;
    padding: 8px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.social-link {
    color: white;
    text-decoration: none;
}

.social-link:hover {
    color: #b2b2b2;
}