﻿@import url('https://fonts.googleapis.com/css?family=GillSansMTPro-Book');

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

body {
    background-color: antiquewhite;
    font-family: 'GillSansMTPro-Book', Sans-serif;
}

.container {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 10px;
    min-width: 300px;
}

h1 {
    font-family: 'GillSansMTPro-Book', Sans-serif;
    font-size: 32px;
    text-align: center;
    color: #07f !important;
    font-weight: 200;
    margin: 0;
}

h4 {
    font-family: 'GillSansMTPro-Book', Sans-serif;
    margin-top: 20px;
    text-align: center;
    color: #333;
    font-weight: 200;
    margin-bottom: 0px;
}

.logo {
    height: 80px;
}