* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  width:95%;
  margin: 0 auto;
  color: rgb(233, 19, 108);
  text-align: center;
  font-size: 35px;
  background-image: url(../assets/img/image_50733057.JPG);
  background-size: cover;
  background-repeat: repeat-y;
}
.container{
  margin: 5vh 0;
  height: 90vh;
}
.upper, .lower, .float-container{
  margin: 10vh 0;
}
img{
  width: 18vw;
  height: 30vh;
  border: 2px solid black;
  background-color: #f3bbc9;
}
.float-container{
  display: flex;
  justify-content: center;
}
.float-child{
  float: left;
  padding: 20px;
}
#arrow{
  color: rgb(233, 19, 108);
}
@media only screen and (max-width: 760px) {
  img{
    width: 25vw;
    height: auto;
  }
 }
 @media only screen and (max-width: 690px) {
  img{
    width: 30vw;
    height: auto;
  }
 }
 @media only screen and (max-width: 620px) {
  img{
    width: 35vw;
    height: auto;
  }
 }
 @media only screen and (max-width: 580px) {
  img{
    width: 40vw;
    height: auto;
  }
 }
 @media only screen and (max-width: 510px) {
  img{
    width: 45vw;
    height: auto;
  }
 }
 @media only screen and (max-width: 470px) {
  img{
    width: 50vw;
    height: auto;
  }
 }
 @media only screen and (max-width: 450px) {
  img{
    width: 52vw;
    height: auto;
  }
 }
 @media only screen and (max-width: 430px) {
  img{
    width: 55vw;
    height: auto;
  }
 }
 @media only screen and (max-width: 415px) {
  img{
    width: 58vw;
    height: auto;
  }
 } 
 @media only screen and (max-width: 400px) {
  img{
    width: 60vw;
    height: auto;
  }
 }
 @media only screen and (max-width: 370px) {
  img{
    width: 70vw;
    height: auto;
  }
 }
 @media only screen and (max-width: 350px) {
  img{
    width: 75vw;
    height: auto;
  }
 }
 @media only screen and (max-width: 325px) {
  img{
    width: 80vw;
    height: auto;
  }
 }