html{
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#container h1{
    text-align: center;
    background-color: rgba(24 82 2 / 0.6)
}

#image-gallery{
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: darkgoldenrod;
    padding: 10px
}

#image-gallery div{
    margin-top: 10%;
}

h3{
    text-align: center;
    background-color: rgba(106 9 235 / 0.3)
}

figure{
    text-align: center;
}

figcaption{
    font-style: italic;
    font-size: .75em;
    background-color: rgba(179 216 255 / 0.4)
}

#link{
    float: right;
    margin-top: 60%;
    margin-bottom: 20px
}