body {
    background-image: url(satin);
    background-size: 70%;
}

/*div {

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 10px;
}*/

figure {
    margin: 0;
    grid-column: span 3;
    grid-row: span 4;
    grid-column: var(--c, 1) / span 3;
    grid-row: var(--r, 1) / span 4;

    padding: 1em;

    display: flex;
    align-items: center;


}



.map-container {
 background-image: url(satin);
    overflow: scroll;
    position: relative;
    margin-top: var(--hh);
    width: 100vw;
    height: calc(100vh - var(--hh));
}

.map {
    display: grid;
    grid-template-columns: repeat(17, 1fr);
    grid-template-rows: repeat(10, 1fr);
    border: 1px solid;
    gap: 10px;
    padding: 10px;
    width: calc(100% + 10vw);
    height: calc(100% + 10vh);

}
h1{
    color: aqua;
    font-size: 35px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

figure:nth-child(1) {
    --c: 1;
    --r: 1;
    
}

figure:nth-child(2) {
    --c: 6;
    --r: 1;
}

figure:nth-child(3) {
    --c: 6;
    --r: 4;
}

figure:nth-child(4) {
    --c: 11;
    --r: 1;
}
figure:nth-child(5){
    --c:1;
    --r:3;
}
figure:nth-child(6){
    --c:3;
    --r:2;
}
p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: aqua;
    font-size: 20px;
 
}
a{
    color: aqua;
}
figure:nth-child(7){
    --c:9;
    --r:1;
    
}
.gif img{
    width:200px;
}
figure:nth-child(8){
    --c:4;
    --r:1;
}
.gif2 img{
    width:150px
}