* {
    margin: 0;
    padding: 0;
    color: white;
}

body {
    background-color: black;
}

h1 {
    margin-top: 16px;
    font-size: 48px;
}

a {
    color: rgb(180, 180, 180);
    text-decoration: none;
    font-size: 18px;
    margin: 20px;
}

p {
    text-align: center;
    font-size: 16px;
}

a:hover {
    color: white;
}

.content {
    height: 100vh;
    width: 30vw;
    background-color: black;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
}
