body {
background-color: #0D131C;
}
p {color: #788EA0;
font-size: 19px;
font-family: calibri;
}
h1 {color: #788EA0;
font-size: 40px;
font-family: chiller;
}

a:link {
color: #4FDAD6;
background-color: transparent;
text-decoration: none;
}

a:visited {
  color: #4FDAD6;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
color: #FDB79F;
background-color: transparent;
text-decoration: underline;
}

a:active {
  color: #4FDAD6;
  background-color: transparent;
  text-decoration: none;
}

li {color: #788EA0;
font-size: 19px;
font-family: calibri;
}