body {
    background-color: #181825;
    font-family: Verdana;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
a,
body {
    color: #cdd6f4;
}
p {
    line-height: 1.2;
    text-align: left;
    width: 40%;
    font-size: 14px;
}
nav {
    margin-bottom: 1rem;
}
nav > a {
    margin-left: 10px;
    color: pink;
}
