html, body {
    height: 100%;
}
html {
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    margin: 0;
}
header, footer {
    padding: 12px 24px!important;
}
header {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px!important;
}
main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
main h1 {
    font-size: 64px!important;
    position: relative;
    text-align: center;
}
main h2 {
    font-size: 32px!important;
    text-align: center;
}
main hr {
    border-color: #9e9e9e!important;
    margin: auto;
    width: 230px;
    border: 0;
    border-top: 1px solid #eee;
}
main p {
    text-align: center;
    font-size:18px!important;
}
main p a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}
main p a:hover {
    text-decoration: underline;
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
}