@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Pacifico');

:root {
    --background:  #033d5d;     
}
body {
    background-color: var(--background);
    color: #96856a;
    font-family: 'Pacifico', sans-serif;
    font-size: 100px;
    font-weight: 200;
    line-height: 1.5;
}

p {
    margin: 350px auto;
    text-align: center;
}