body {
  background-image: url('res/peachbg.jpg');
}

#border {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid white;
  position: fixed;
  top: 0px;
  left:0px;
  z-index: -4;
  background-color: #fab2a2;
}

.back a { font-family: 'Montserrat', sans-serif; color: #c96e53; text-decoration:none; position: fixed; top: 10px; left: 10px;}

.gal {
  display: block;
  margin: 0 auto;
  width: 1700px;
  height: 700px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
}

.gal1 {
  background-image: url('res/peach1.png');
  width: 500px;
  height: 700px;
  margin: 10px;
  border: 1px solid white;
  display: inline-block;
}

.gal2 {
  background-image: url('https://placekitten.com/500/700');
  width: 500px;
  height: 700px;
  margin: 10px;
  border: 1px solid white;
  display: inline-block;
  }
  
.gal3 {
  background-image: url('https://placekitten.com/500/700');
  width: 500px;
  height: 700px;
  margin: 10px;
  border: 1px solid white;
  display: inline-block;
}

.link {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  width: 400px;
  height: 600px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid white;
}

.link a {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;font-family: 'Mynerve', cursive;
  text-decoration: none;
                        -webkit-transition: all 0.5s ease-in-out;
                        -moz-transition: all 0.5s ease-in-out;
                        -o-transition: all 0.5s ease-in-out;
                        transition: all 0.5s ease-in-out;
}

.link a:hover {
  font-size: 40px;
}