body {
    background-color: #111111;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
}
.main {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 5%;
    /*margin-bottom: 5%;*/
    padding: 4%;
    border-style: solid;
    border-color: #EEE;
    border-width: 4px;
    text-align: center;
    border-radius: 4px;
}

/*@media (max-height:750px){
    .main {
        border: rgba(0,0,0,0)
    }
}

@media (min-height:750px){
    .main {
        border: rgba(255, 255, 255)
    }
}*/
.content {
    text-align: center;
    
    margin: 10%;
}
h1 {
    font-weight: 500;
    font-size: 20;
}
p {
    font-weight: 300;
    font-size: 14;
}
.white{
    color: #EEE;
}
.jiggly {
    display: block;
    height: 50%;
    margin-bottom: 10%;
}

.notJiggly {
    display: block;
    height: 50%;
    margin-top: 10%;
}

footer {
    text-align: left;
    position: fixed;
    bottom: 10px;
    left: 10px;
}