body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #121212;
}

.container {
    max-width: 800px;
    margin: 100px auto;
    text-align: center;
}

h1 {
    color: #ffffff;
}

p {
    color: #cccccc;
}

.socials {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.socials li a svg {
    height: 30px;
    fill: #cccccc;
}

.socials li a svg:hover {
    fill: #ffffff;
}

.discord svg {
    height: 20px;
    fill: #cccccc;
    vertical-align: middle;
}