@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    background: #3b5899;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    max-width: 695px;
}

p {
    text-align: center;
}

a {
    text-decoration: none;
    color: #ffffff
}
