body {
    background-color: #1F4E79;
    font-family: "lato", sans-serif;
    text-align: center;
    padding-top: 90px;
}

h1 {
    font-family: "Playfair Display", serif;
    color: #F8F6F2;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 25px;
    color: #E8DCC2;
    margin-bottom: 50px;
}

.container {
    max-width: 900px;
    margin: auto;
}
footer {
    margin-top: 100px;
    color: #AFC3D6;
    font-size: 14px;
}
.subtitle {
    margin-bottom: 60px;
}