html {
    height: 100%;
    margin:0;
    background: #DEF0F1;
    color: #152646;
}
body {
    height:100%;
    margin:0;
}
#page {
    max-width:700px;
    margin:50px 150px;
    padding-top:50px;
    padding-bottom: 200px;
}
h1 {
    font-family: 'Gruppo', sans-serif;
    font-size:32px;
    letter-spacing:5px;
    text-transform: uppercase;
    font-weight:normal;
}
header #divider {
    background-color: #152646;
    height:1.5px;
    width: 50px;
    margin-bottom:75px;
}
p {
    font-family: 'Cormorant Garamond', serif;
    font-size:24px;
    margin-bottom:75px;
}
#intro p {
    font-size: 36px;
}
p a {
    font-style: italic;
    color: #152646;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: rgba(21,38,70,.2);
    text-decoration-thickness: 4px;
}
p a:hover {
    text-decoration-color: rgba(21,38,70,.4);
}
p img {
    max-width: 300px;
    opacity:75%;
}