body {
    background: rgb(0, 0, 0);
    font-size: 450%;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    opacity: 1;
}

.fullscreenQuad {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -110px;
    margin-top: -150px;
}

ul {
    list-style: none;
    text-align: center;
}

li {
    display: inline-block;
    margin-left: -15px;
}

.mainText {
    opacity: 0;
    color: rgb(30, 155, 78);
    text-shadow: rgb(17, 17, 17) 4px 4px 2px; /* Color, Offset X, Offset Y, Blur */
}
