body{
    background:#38b6ff;

}

h1,h2,h3,h4{
    font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
}

.container{
    text-align:center;
}

header{
    margin-top:100px;
    margin-bottom:50px;
}

header > h1{
    margin-bottom:50px;
}

h2{
    text-align:center;
    font-size:25px;
}

div > h2 {
    margin-bottom:50px;
}

dl{
    font-size:20px;
    margin-top:50px;
    margin-bottom:100px;
    color: white;
}

dt{
    float:left;
    clear:left;
    text-align:right;
    padding-right:10px;
    margin-bottom:10px;
    width:34%;
}

dd{
    text-align:left;
    margin-bottom:10px;
}

#construction{
    margin-bottom:100px;
    color: white;
}

a:link, a:visited, a:hover, a:active {
    color: white;
}