main {
    font-family: 'Libre Baskerville', serif;
}

main h1 {
    text-align: center;
    font-size: 70px;
    padding: 40px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 10px;
}

#image_wrapper {
    width: 80%;
    box-sizing: border-box;
    margin: 0 10%;
}

main img {
    width: calc(25% - 44px);
    display: inline-block;
    margin: 20px;
    border: solid 4px;
    box-sizing: border-box;
    box-shadow: 0px 8px 19px -4px rgba(0,0,0,0.59);
}

main iframe {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    height: 700px;
}