body {
    background-color: #111111;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
}
.main {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    border-style: solid;
    border-color: #EEE;
    border-width: 4px;
    text-align: center;
}
.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: center;
    position: absolute;
    bottom: 10px;
}