body {
    font-family: 'Roboto Thin', Arial, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: white;
    background: black;
    text-align: center;
    vertical-align: middle;
    height: 100%;
}
html, body {
    font-family: 'Roboto Thin', Arial, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: white;
    background: black;
    text-align: center;
    height: 100%;
}
.main {
    height: 100%;
    width: 100%;
    display: table;
}
.wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
h1 {
    width: 260px;
    background: white;
    color: black;
    margin: auto;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 0px 6px white;
}
.contact{
    text-decoration: none;
    color: white;
    bottom: 0;
}
