﻿html {
background-color:#366092;
color:#fff;
font-family:Calibri;
}

body {
text-align:center;
margin-top:100px;
font-size:2em;
}

h1 {
margin-top:20px;
margin-bottom:150px;
font-size:3em;
}

p strong {
font-weight:600;
}

p.contact {
margin-top:100px;
}

a {
color:#fff;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}