body{
    font-family:-apple-system,".SFNSText-Regular","Helvetica Neue",Roboto,"Segoe UI",sans-serif;
    -webkit-font-smoothing:antialiased;
    font-size:16px;
    min-height:100%;
    background-color:#000;
    color:#69b537
}
.message {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.message h1 {
    font-size: 144px;
    font-weight: 100;
    margin-bottom: 16px;
}
.miss-background {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    position: absolute;
    background: transparent url("img/SwingAndAMiss.gif") no-repeat scroll center center / cover;
}
.travolta-background {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    position: absolute;
    background: transparent url("img/confusedTravolta.gif") no-repeat scroll center center / cover;
}