body {
  font: 50px "Century Gothic", Futura, sans-serif; background-color: black; color: white;

}

a, a:link, a:visited{
  color:white; text-decoration: underline;
}

button {
  font: 14px "Century Gothic", Futura, sans-serif; background-color: white; color: black;

}

.icon-forward {
  color: white;
}

ol, ul {
  padding-left: 30px;
}

.vertical-center {
  margin: 0;
  position: auto; 
  /* width:800px; */
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  /* -ms-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
  text-align: center;
}

.footer{
  /* position: absolute; */
  /* left: 50%; */
  /* bottom: 20px; */
  /* transform: translate(-50%, -50%); */
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font: 15px "Century Gothic";
}

/* canvas{

  width:600px !important;
  height:600px !important;

} */