a:hover, a:focus, a:active, a:visited, a:link {
    text-decoration: none !important;
}

body {
    font-family: 'Rock Salt', cursive;
}

h5 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

html, body { 
  margin:0; 
  padding:0; 
  font-size: 16px;
}

.signature {
    font-size: 14px;
    color: #BBB;
    margin-bottom: 40px;
}

#simon {
    margin: 0 auto;
    text-align: center;
    width: 60%;
}

@media screen and (max-width: 383px) {
    h5 {
        font-size: 32px;
    }  
}

@media screen and (max-width: 420px) {
    #simon {
        width: 100%;
    }  
    #pageContent {
        padding: 0;
    }
}