@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,600;1,700&display=swap');
body{
  font-family: 'Josefin Sans';
  background-image: linear-gradient(45deg, rgba(20,20,20) 42%, rgba(56,21,18) 100%);
  font-weight: 300;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/*------button------*/
.closeBT{
    border-radius: 10px;
    border: 1px solid white;
    width: 35%;
    position: fixed;

}
.closeBT a{
    margin-left: 5%;
    text-decoration: none;
    font-size: x-large;
    font-weight: 100;
    color: white;
}

/*------images------*/
.img1, .img4{
  width: auto;
  height: auto;
  max-width: 40%;
  border-radius: 20px;
}
.img4{
  margin-left: 10%;
}
.img2{
  width: auto;
  height: auto;
  max-width: 80%;
  border-radius: 20px;
  margin-left: 10%;
}
.img3{
  width: auto;
  height: auto;
  max-width: 80%;
  border-radius: 20px;
  margin-left: 10%;
  margin-top: 15%;
}