img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-top: 30px;
}
body {
    background: #00bedc;
}
p {
    text-align: center;
    font-size: 19px;
    color: white;
    font-family: sans-serif;
    font-weight: 300;
}
a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #0d284a;
}