body {
  margin: 0px;
  padding: 0px;
  background-color: #57D2F4;
}

.title {
  background-color: rgba(0,0,0,0.2);
  position: relative;
  color: rgb(255, 255, 255);
  margin: 50px;
  font-size: 500%;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}

.about {
  background-color: rgba(0,0,0,0.2);
  position: relative;
  color: rgb(255, 255, 255);
  font-family: verdana;
  font-size: 200%;
  text-align: center;
  padding-left: 20vw;
  padding-right: 20vw;
  z-index: 2;
}

.sideTitle {
  color: rgb(255, 255, 255);
  position: relative;
  font-size: 400%;
  margin: 20px;
  font-weight: bold;
  padding-left: 5vw;
  z-index: 2;
}

.subTitle {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 250%;
  margin-left: 20px;
  font-weight: normal;
  padding-left: 5vw;
  padding-bottom: 20px;
  z-index: 2;
}

.myFace {
 position: relative;
 padding-bottom: 25px;
 text-align: center;
 width: 100%;
 height: auto;
 z-index: 2;
}

.img-area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  z-index: 2;
}

.container {
  position: relative;
  margin: 25px;
  /* background-color: teal; */
  width: 304px;
  height: 578px;
  z-index: 2;
}

.column {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.icon {
  position: absolute;
  top: 255px;
  left: 125px;
  z-index: 4;
}

.single-img {
  position: relative;
  top: 10px;
  left: 14px;
  z-index: 3;
}

.container:hover {
  transform: scale(1.2,1.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  z-index: 2
}

.text-box {
  position: absolute;
  top: 330px;
  left: 40px;
  height: 40%;
  width: 80%;
  z-index: 3;
}

.label {
  position: relative;
  /*
  top: 345px;
  left: 40px;
  */
  text-align: center;
  color: black;
  font-size: 200%;
  z-index: 4;
  font-weight: bold;
  margin: 4px;
}

.mini {
  position: absolute;
  /*
  top: 400px;
  left: 25px;
  */
  padding-top: 10px;
  color: rgb(0, 0, 0);
  z-index: 4;
  text-align: center;
  max-width: 100%;
  width: 304px;
  font-size: 150%;
  font-weight: normal;
}

.footer_wrapper {
  position: relative;
  bottom: 0px;
  max-width: 100%;
  width: 3000px;
  padding-top: 100px;
  z-index: 1;
}

.footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  max-width: 100%;
  width: 100vw;
  z-index: 1;
}

.footer_text {
  position: absolute;
  bottom: 30px;
  background-color: teal;
  width: 100%;
  text-align: center;
  color: rgb(128, 226, 189);
  font-family: verdana;
  font-size: 150%;
  margin-bottom: 20px;
  z-index: 2;
}
