body {
    background-color: #1c427a;
}

.center {
    width: 700px;
    height: 700px;


    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}

.content {
    display:inline-block;
    text-align:center;
}


.content p {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
}
.content h1 {
    color: #FF8E00;
    font-family: 'Carter One', cursive;
    font-size: 3rem;
}
