* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  height: 100vh;
  width: 100vw;
  display: grid;
  grid-gap: 10px;
  grid-template-rows: 70vh;
  grid-template-columns: 30% auto;
  background-image: url(https://media3.giphy.com/media/cLAxhsofajc6Q/giphy.gif?cid=ecf05e47a432adab1b3f770b1795b15362d43dc03eb73c58&rid=giphy.gif);
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#bird {
  display: flex;
  position: absolute;
  top: 29%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  animation-duration: 2s;
  z-index: 2;
}

h1 {
  width: 900px;
  height: 150px;
  font-size: 100px;
  font-family: 'Shojumaru', cursive;
  color: red;
  text-align: center;
  position: absolute;
  top: 53%;
  transform: translate(-50%, -50%);
  animation-delay: 1s;
  z-index: 2;
}

.icons_box {
  width: 600px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 71%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  justify-content: space-around;
  align-items: center;
  z-index: 2;
}

lo {
  justify-content: center;
  align-items: center;
  text-align: center;
  color: red; 
}

#border_l {
  display: flex;
  position: absolute;
  height:100.7%;
  width: 80%;
  top: 25.2%;
  left: 15%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  animation-delay: 1s;
  animation-duration:2s; 
  z-index: 1;
}

#border_2 {
  display: flex;
  position: absolute;
  height:100.7%;
  width: 80%;
  top: 25.2%;
  right: 29%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  animation-delay: 1s;
  animation-duration:2s;
  z-index: 1;
}

form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 10%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

.example {
  width: 600px;
  display: flex;
  position: absolute;
  top: 80%;
  left: 52%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}