h1 {
  font-family: 'Amatic SC', cursive;
  color:#37b0b2;
  text-align: center;
  font-size:50px
}

ul {
  list-style-type: none;
  margin-left:3vw;
  margin-right: 3vw;
  border: 9px dashed #8bf4e3;
  padding: 5px;
  width:90vw;
  text-align:center;
}


li {
  display: inline;
  margin-left: 3vw;
}

a{
  text-decoration: none;
  color:#669bff;
  font-family: 'Indie Flower', cursive;
  font-size: 30px;
  text-align: center;
}

a:hover{
  color: #8ca1ff;
}

body {
  background-color: #d6d6d6;
}


iframe {
  width: 50vw;
  margin-left: 25vw;
}
