
body {
background-color: #abe0ee;
margin: 010%;
font-family: "Comic Relief", cursive;
}

h1 {
color: #d536cb;
text-align:center;
  font-family: "Comic Relief", cursive;
/* text-transform:uppercase; */
border-bottom:1px solid #4cfff9;
margin-top:30px;
}
nav {
  font-size: .8em;
}

h2 {
color: #008800;
font-size: 1em;
}

h4{
color: #008800;
}

p {
color: #f8f8f8;
text-align:left;
  font-family: "Comic Relief", cursive;
}

.comic-relief-regular {
  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;
}

.comic-relief-bold {
  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;
}

b{
  border: 3px solid;
}