.title {
  font-family: 'VT323', monospace;
  text-align: center;
  font-size: 4em;
}

#canvas{
  height: 400px;
} 

#animate {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 200px;
  background: red;
  transition: background 2s;
}

.button-label {
  font-family: 'VT323', monospace;
  text-align: center;
  font-size: 2em;   
}

.controler {
  text-align: center; 
}

.button-primary {
  font-family: 'VT323', monospace;
  font-size: 1.2em;
  width: 80px;
  height: 80px;
  border-radius: 50%; 
}

.button {
    font-family: 'VT323', monospace;
    font-size: 1.2em;
    width : 80px;
    height: 80px;
    border-radius: 50%;  
}