html {
    overflow-x: hidden;
}

body {
    background-color: #000;
    color: #979797;
    font-family: "Verdana";
    font-size: larger;

    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

p {
    max-width: 40vw;
}

a:link {
    color: #6f6db7;
    text-decoration: none;
}

a:visited {
    color: #954e91;
    text-decoration: none;
}