* {
  font-family: Arial, Helvetica, sans-serif;
  background-color: beige;
}

.header {
  padding: 1px;
  text-align: center;
  background: #1abc9c;
  color: white;
  font-size: 80px;
  position: relative;
}

.show1 {
  width: 50%;
  position: absolute;
  right: 10%;
  z-index: 0;
}

.post2 {
  position: absolute;
  right: 15%;
  top: 50%;
  width: 300px;
  height: 300px;
  background-color: rgb(157, 255, 0);
  z-index: 2;
  text-align: center;
}

.h1 {
  color: hotpink;
  text-shadow: 2px 2px #472424;
  background-color: transparent;
}

.post3 {
  position: absolute;
  right: 50%;
  top: 30%;
  width: 500px;
  height: 500px;
  background-color: rgb(0, 110, 255);
  z-index: 1;
  border-radius: 30%;
  text-align: center;
  color: #ffffff;
}

.h2 {
  color: rgb(0, 183, 255);
  font-size: 50px;
  text-shadow: 5px 5px 5px rgb(255, 255, 255);
  background-color: transparent;
}

.post4 {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 600px;
  height: 900px;
  background-color: rgb(0, 0, 0);
  z-index: 0;
  text-align: center;
}

.post5 {
  position: absolute;
  right: 2%;
  top: 90%;
  width: 200px;
  height: 600px;
  background-color: rgb(82, 82, 82);
  z-index: 1;
  text-align: center;
  color: #ffffff;
}

.post6 {
  position: absolute;
  right: 80%;
  top: 90%;
  width: 200px;
  height: 600px;
  background-color: rgb(255, 0, 0);
  z-index: 2;
  text-align: center;
  color: #ffffff;
}

.box1 {
  position: fixed;
  bottom: 1%;
  float: left;
  z-index: 5;
}
