/*reset */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 24px;
    line-height: 1.44;
    height: 100%;
    scroll-behavior: smooth;
}

figcaption {
    width: 100%;
    text-align: center;
    font-size: 0.833rem;
    color: black;
}

nav {
    background: green
}

h1 {
    font-size: 4.3rem;
    text-align: center;
}

#gallery{
    padding: 0.482rem;
}

#gallery figure{
    padding: 0 0 0.4rem 0;
}

#gallery figcaption{
    transform: translateY();
    background: green;
}

#gallery img{
    width: 100%;
   
}