@charset "utf-8";
/* CSS Document */

body {
  background: rgb(31, 138, 191);
  color: rgba(25,25,148,1);
}
p {
  font-family: cursive;
  font-size: 1.25em;
}
h1, h2, h3 {
  font-weight: bold;
  color: rgb(17, 135, 7);
  font-family: Calibri;
}
ol{
  color: rgb(8, 89, 130);
}
ul{
  color: rgb(8, 89, 130);
}