#circlecanvas {
   border: 1px solid rgb(0,0,0);
   width: 500px;
   height: 500px;
   position: relative;
   top: 50px;
   left: 100px;
}
#nav {
  width: 500px;
  height: 50px;
  position: relative;
  top: 10px;
  left: 100px;
  font-family: 'Meie Script', cursive;
  font-size: 24pt;
}
#back {
    position: relative;
    top: 100px;
    font-family: 'Meie Script', cursive;
    font-size: 20pt;
}
a:link, a:visited, a:active {
  color: rgb(224,0,129);
  text-decoration: none;
}
a:hover {
  color: rgb(224,157,129);
}
