*{
    margin:0;
    padding:0;
}
@font-face {
  font-family: light;
  src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family: normal;
  src: url(/fonts/Montserrat-Regular.ttf);
}

main{
    font-family: normal;
}

article > h1{
  font-size:17px;
  padding: 3rem 10rem;
}

.images{
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
  gap: 17px;
}
.images > picture > img{
  width:100%;
  max-width:400px;
  height:450px;
}
/* .images > picture:nth-child(1) > img:nth-child(1) */
.buttonOnNextPhoto{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 170px;
  flex-direction: column;
  width: 100%;
  height: 70px;
}
.buttonOnNextPhoto > a > button{
  background: 0 0;
  border: 0.1px solid #000;
  text-transform: uppercase;
  padding: 1.3rem 4rem !important;
  font-size: 12px;
  letter-spacing: 3px;
  transition: all ease 1s;
}
.buttonOnNextPhoto > a > button:hover{
  background-color: black;
  color:white;
  transition: all ease 1s;
}