body{
	background-color: rgb(255,255,255);
}


.position-fixed{
	position:fixed;
	top:0px;
	left:0px;
}

#container {
width:100%;
height: 100%;
position:relative;
top:0;
left:0;

}


#container-1 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

a{
  font-family: sans-serif;
  font-size: 48px;
  color: black;
}

#home{
  margin: 10em auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  }


#container-2 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
 margin-top:150px;
  margin-left: 150px;
  margin-right: 150px;
  margin-bottom: 150px;
}

a{
  font-family: sans-serif;
  font-size: 48px;
  color: black;
}

#home{
  margin: 10em auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  }

#container-3 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
 margin-top:65px;
  margin-left: -65px;
  margin-right: 150px;
  margin-bottom: 150px;
}

a{
  font-family: sans-serif;
  font-size: 48px;
  color: black;
}

#home{
  margin: 10em auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  }

#container-4 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
 margin-top:150px;
  margin-left: 0px;
  margin-right: 150px;
  margin-bottom: 150px;
}

a{
  font-family: sans-serif;
  font-size: 48px;
  color: black;
}

#home{
  margin: 10em auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  }







.circle2{
       display: block;
      width: 126px;
      height: 180px;
       margin-top:0px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 30px;
      background-color: rgb(79,77,89);
      border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    }
 
      





.circle4 {
     display: block;
      width: 126px;
      height: 180px;
       margin-top:0px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 30px;
      background-color: rgb(218,238,249);
      border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
     opacity: 0.8;

    }
   
    


.circle5{
   display: block;
      width: 126px;
      height: 180px;
       margin-top:0px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 30px;
      background-color: rgb(239,241,243);
      border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
     opacity: 0.8;
    }




