.divstyle
{border: 1px solid black;
 padding: 25px 50px 75px 100px;
 background-color: lightblue;
 margin: 25px 50px 75px 100px;
 outline-style: double;
 outline-color: blue;
 text-align: justify;
 color: black;
 font-size: 18px;
}
h1.title
{text-align: center;

}
p {
  font-family: verdana;
  font-size: 20px;
}
body {
  background-color: #DAE8F2;
}