
* {
    box-sizing: border-box;
}

body {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.15em;
    padding: 0.5em;
    background: azure;
    min-height: 100vh;
}

#eventYear {
    text-align: center;
}

#content {
    height: 90vh;
}

#map {
    height: 40%;
    border-radius: 5px;
}

#eventsDisplay {
    background-color: azure;
    border-radius: 4px;
    height: 60%;
    overflow: auto;
}

.intro {
    padding: 2em;
}

.events {
    min-height: 100%;
    padding: 2em;
}

.events h3 {
    margin: 0 auto;
    text-align: center;
    padding: 1em;

}
.events .description {
    text-align: center;
    margin-bottom: 100px;
}

.polaroid {
    background: #ffffff;
    text-align: center;
    width: 60vw;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 5%);
    margin: 0 auto;
}

.polaroid img {
    margin: 10px;
    width: 90%;
}

.polaroid .caption {
    margin: 0px;
    padding: 0px 10px 20px 10px;
}


