article {
    margin: 0 auto;
    max-width: 900px;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin: 24px;
    padding: 0;
}

div.map {
    margin-bottom: 120px;
}

div.map > img {
    border-radius: 24px;
}

.gallery {
      display: grid;
      gap: 12px;
      grid-template-columns: repeat(6, 1fr);
}

.gallery > img {
    cursor: pointer;
    grid-column: span 2;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.gallery > img.full-width {
    grid-column: span 6;
}

.gallery > img.wide {
    grid-column: span 3;
}

.gallery > img.x-wide {
    grid-column: span 4;
}

h1 {
    font-family: "Merienda", cursive;
    font-size: 300%;
    text-align: center;
}

h2 {
    font-family: "Merienda", cursive;
    font-size: 200%;
    text-align: center;
}

img {
    max-width: 100%;
}

p {
    line-height: 150%;
    margin: 24px auto;
    max-width: 700px;
}

p.description {
    margin-bottom: 120px;
    text-align: center;
}

section {
    margin-bottom: 120px;
    margin-top: 24px;
}
