#map {
    height: 380px;
}

body {
    background-color: rgb(64, 166, 218);
    color: rgb(243, 231, 245);
    font-size: 1.5rem;
}

h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.5rem;
    font-weight: 700;
}

#map {
    height: 300px;
    width: 300px;
}

#img {
    height: 400px;
    width: 400px;
}

.container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hidden {
    visibility: hidden;
}