#container {
    max-width: 900px;
    min-width: 700px;
    margin: 150px;
}

body {
    background-color: #5685bf;
    color: white;
    font-family: 'Playfair Display', serif;
}

h1 {
    font-size: 5em;
    letter-spacing: 1px;
}

p {
    font-size: 1.5em;
    line-height: 1.4;
}

a {
    color: white;
    text-decoration-style: wavy;
}