body {
  background: white;
  border-style: double;
  
}
p {
  color: black;
  font-size: 18px;
  background-color: rgba(219, 231, 246, 0.44);
}
h1 {
  font-weight: bold;
 text-decoration:overline;
  text-shadow: 2px -1px #9898b5;
  margin: 15px;
  text-align: center;
  background-color: rgba(203, 220, 233, 0.67);
}
h4 {
  background-color: #cbd4f0;
  font-family:cursive;
  font-variant: small-caps;
  font-size: 20px;
}



#main{
  float:right;
}
#one{
  float:left;
  width: 400px;
  Border-style:solid;
  border-radius: 50px;
  border-color: black;
}

