.body1 {
  overflow: hidden;
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: center; 
}

 body,
 html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
 }

.container_row{
  width:75vw;
  min-width: 200px;
  height:75vw;
  min-height: 200px;
  margin-top: 10%;
  position: relative;
}

.layer1{
  width:50%;
  min-width: 100px;
  height:50%;
  min-height: 100px;
  margin-top: 25%;
  margin-left: 25%;
  position:absolute;
}
.layer2{
  width: 15%;
  height: 15%;
   min-width:80px;
   min-height:80px;
   margin: 0;
   top: 50%;
  left:50%;

  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  position:absolute;

}

.center_circle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: .5;
  
  animation: expand 3s;
  width: 100%;
  height: 100%;
}
@keyframes expand {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
  }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }


body {
  cursor: url("https://static.igem.wiki/teams/4728/wiki/eugene.png"), auto;
}


.home_title {
  position: absolute;

  left: 0px;
  width: 100%;
 
  top: 20%;
  margin-top: -75px;

  z-index:1;
  text-align: center;
  font-size: 4em;
  font-weight: bold;
  color: #47acec;
  animation-name: bob;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  text-shadow:
  0 0 12px #FFFFFF,
   0 0 24px #FFFFFF,
   0 0 32px #FFFFFF,
   0 0 64px #FFFFFF,
   0 0 82px #FFFFFF,
   0 0 102px #FFFFFF,
   0 0 151px #FFFFFF,
   0 0 200px #FFFFFF;
   font-family: 'courier new', serif;
   transition: 1s ease-out;
}

.home_upper_title {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 20%;
  margin-top: -100px;
  z-index:1;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #3c759a;
  animation-name: bob;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  text-shadow:
  0 0 12px #FFFFFF,
   0 0 24px #FFFFFF,
   0 0 32px #FFFFFF,
   0 0 64px #FFFFFF,
   0 0 82px #FFFFFF,
   0 0 102px #FFFFFF,
   0 0 151px #FFFFFF,
   0 0 200px #FFFFFF;
  font-family: 'courier new', serif;
  transition: 1s ease-out;
}