h3{
  color:#2FFFCD;
  text-decoration:underline;
  text-decoration:bold;
  font-size: x-large;
}
h1{
  color:#0CB480;
  text-decoration:underline;
  text-decoration:bold;
  font-size: xx-large;
}
p{
  color:#57D7AF;
  text-decoration:italic;
  text-decoration:bold;
  font-size: x-large;
  border-style: inset;
  border-color: #84ABF8;
}
h4{
  color:#27F1B2;
  text-decoration:bold;
  font-size: large;
}

body{
  background-color: #5B67B1;
}
img {
  border: 5px solid #84ABF8;
}