* {
    margin: 0;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;
}

html,body {
    width: 100%;
    height: 100%;
    color: #4b6584;
    font-family: 'Montserrat', sans-serif;
    font-kerning: auto;
    background-color: whitesmoke;
    /*background-color: transparent;*/
}

h1 {
    font-size: 1.8em;
    text-align: center;
    color: #fc5c65;
    padding: 25px 0;
}

h2 {
    text-align: center;
    padding: 25px 0;
}

a, a:visited, a:hover {
    text-decoration: none;
    color: #20bf6b;
}

#main {
    display: block;
    position: relative;
    margin: auto;
    padding: 0 2%;
    width: 85%;
    height: 100%;
}

#meon {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
}
