html, body {
    margin: 0;
    font-family: Lato, Arial, sans-serif;
    font-size: 12px;
    color: #000;
    background-color: #ffffff;
}

a:link, a:active, a:visited {
	color: #000;
	TEXT-DECORATION: none;
}
a:hover {
	color: #0030d7;
}

#center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 150px;
    margin-left: -150px;
    margin-top: -150px;
    background-image: url('fd_logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.soon {
    margin-top: 200px;
    font-size: 14px;
    text-align: center;
    text-align: center;
}
.soon h1 {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    padding-bottom: 100px;
    margin: 0;
}
.soon p {
    padding: 5px;
    margin: 0;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
