
body{
background-color: #15ccea ;
   text-align: center;
}

#ol{
  border-width:3px;
  border-style:solid;
  border-radius: 20px;
  border-color: #090201;
  width: 800px;
  height: 900px;

}
#button {
  width:190px;
  height:200px;
  color:black;
margin:auto;}

#box2{
  border-width:3px;
  border-style:solid;
  border-radius: 20px;
  border-color:#15ccea;
  width: 45px;
  height: 10px;
  margin:left;
 

}
#box3{
  border-width:3px;
  border-style:solid;
  border-radius: 20px;
  border-color:#15ccea;
  width: 1340px;
  height: 50px;
  margin:top;

}
#box1{
  border-width:3px;
  border-style:solid;
  border-radius: 20px;
  border-color:#15ccea;
  width: 1630px;
  height: 200px;
  margin:top;

}

#o{
 border-width:6px;
  border-style:solid;
  border-radius: 50px;
  border-color:#15ccea;
  width: 800px;
  height: 9000px;
  margin:auto;


}








