body {
    padding: 0;
    margin: 0;
    background-color: #161616;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body * {
    font-weight: normal;
    color: #f1f1f1;
}

a {
    text-decoration: none;
}