body{
    margin:0;
    padding:0;
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap:20px;
}
section{
    border: 1px solid black;
    padding: 10px;
}
h1{
    text-align:left;
}
p{
    text-align:left;
}

section#gallery.gallery{
    gap:20px;
    margin-top:20px;
}
section#gallery img{
    width:300px;
    height:300px;
}
iframe{
    border:none
}
section#music iframe{
    border-radius: 12px;
}
section#map iframe{
    border:none;
}
footer{
    text-align: left;
    margin-top:20px;
    font-size:14px;
    color:gray;
}