/*
STYLES.CSS
*/

html,
body {
    height: 100%;
}

img {
    max-width: 100%;
    margin-bottom: 100px;
}

/* cover */

#cover {
    background: white;
    background-size: cover;
    color: black;
    margin: 10% auto;
    max-width: 600px;
    text-align: center;
    display: flex;
    align-items: center;
}

#cover-caption {
    width: 100%;
}

.section-content {
    padding: 5rem 0;
}
