@font-face
{
  font-family: CircularStd;
  src: url(CircularStd-Book.otf);
}

body
{
  font-family: CircularStd;
  background: linear-gradient(90deg, #01a1e8, #fb02f9);
}

h1
{
  text-align: center;
  font-size: 50px;
  text-decoration: underline;
}

ul
{
  list-style: none;
  text-align: center;
  font-size: 30px;
}

li
{
  margin-bottom: 10px;
}

a
{
  text-decoration: none;
  transition: all 0.3s;
  color: #FFF;
}

a:visited
{
color: yellow;
}

a:hover
{
  color: #00078C;
  transition: all 0.3s
}
