body {
    background-color: black;
    overflow: hidden;
}

#canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

body > div {
    margin: 30px;
}

h1 {
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 50px;
    margin-bottom: 10px;
}

button {
    padding: 10px;
    background: none;
    border: 3px solid white;
    border-radius: 5px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    width: 90px;
    margin-right: 10px;
}

button:hover {
    cursor: pointer;
}

.button-div i {
    font-size: 95%;
}

.link-div i {
    color: white;
    margin: 15px 5px;
}

input {
    display: none;
}

body > div > div:first-child {
    display: flex;
}

h2 {
    color: white;
    align-self: flex-end;
    padding-left: 20px;
    margin-bottom: 18px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 100;
    font-style: italic;
    font-size: 20px;
}