body, html {
    background-color: black;
    height: 100%;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
}

h1, h2, span, h3, h5, li, a {
    color: white;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

#title {
    text-shadow: 0px 0px 20px white;
}

#container {
    margin: 1em;
}