body {
    background-color: #002F87;
    padding-top: 200px;
}

h1 {
    color: white;
    text-align: center;
}

p {
    font-family: verdana;
    font-size: 20px;
}

.centered {
     display: block;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
     vertical-align: middle;
}