html,
body {
    margin: 0;
    overflow: hidden;
    border-collapse: separate;
    width: 100%;
    height: 100%;
    background: #4d4d4d;
}

#p5canvas {
    z-index: -1;
}

#wrapper {
    text-align: center;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#titlediv {
    color: white;
    /* text-align: center; */
    z-index: 1;
    text-transform: uppercase;
    font-family: "Press Start 2P", "Bungee Shade", sans-serif;
    font-size: 30px;
    margin-bottom: -30px;
}

.buttons {
    z-index: 2;
}

.buttons div {
    text-align: center;
}

.buttons div button {
    font-family: "Press Start 2P", "Bungee Shade", sans-serif;
    font-size: 15px;
    line-height: 29px;
    padding: 11px;
    border-radius: 1px;
    cursor: pointer;
    color: black;
    background-color: white;
    border: 1px solid black;
}

.buttons div button:hover {
    background-color: #f0f0f0;
}

#disclaimer {
    color: white;
    position: absolute;
    /* top: 99%; */
    width: 100%;
    top: 95%;
    text-align: right;
    /* border: 1px black solid; */
    /* text-align: center; */
    z-index: 1;
    text-transform: lowercase;
    font-family: "Press Start 2P", "Bungee Shade", sans-serif;
    font-size: 14px;
    /* margin-bottom: -30px; */
}