html{
  scroll-behavior: smooth;
}
.design{
  position: fixed;
  font-family: 'Felipa';
  font-size: 20px;
  color: transparent;
  width: 150px;
  height: 50px;
  background-color: white;
  text-align: center;
  scroll-behavior: smooth;
  text-decoration: none;
  line-height: 50px;
  z-index: 10000;
  box-sizing: border-box;
  margin-top: 20px;
  transition: 0.25s ease;
}
#id1{
  color: white;
  left: -5%;
  background-color: #1DCBF5;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
#id2{
  top: 55px;
  left: -5%;
  color: #1e90ff;
  background-color: #F5CD1D;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
#id3{
  top: 110px;
  left: -5%;
  color: #ABCDEF;
  background-color: #80807D;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
#id4{
  top: 165px;
  left: -5%;
  color: #FF4500;
  background-color: #8fff33;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
#id5{
  top: 220px;
  left: -5%;
  color: #4f4c6b;
  background-color: #FAFAD2;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
#id1:hover{
  left: 0;
}
#id2:hover{
  left: 0;
}
#id3:hover{
  left: 0;
}
#id4:hover{
  left: 0;
}
#id5:hover{
  left: 0;
}
.techend{
  position: absolute;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  margin-left: 15px;
}
.techend:hover{
  color: #1e90ff;
}
#tech1,#log1,#con1,#mar1,#ess1{
  top: 30%;
  left: 9%;
}
#tech2,#log2,#con2,#mar2,#ess2{
  top: 60%;
  left: 9%;
}
#tech3,#log3,#con3,#mar3,#ess3{
  top: 30%;
  right: 5%;
}
#tech4,#log4,#con4,#mar4,#ess4{
  top: 60%;
  right: 9%;
}
#ess0{
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 64px;
}
.logicmystery{
  font-size: 40px;
  position: absolute;
  transform: translateY(-50%);
  margin-left: 15px;
  color: #1e90ff;
}
.logicmystery:hover{
  color: #F5CD1D;
}
.URL{
  font-size: 40px;
  color: #ABCDEF;
  margin-left: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.URL:hover{
  color: #80807D;
}
.Innovate{
  font-size: 40px;
  color: #FF4500;
  margin-left: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.Innovate:hover{
  color: #8fff33;
}
.EYI{
  font-size: 40px;
  color: #FAFAD2;
  margin-left: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.EYI:hover{
  color: #4f4c6b;
}
