*{
    margin: 0px;
    padding: 0px;
}
h2{
    margin-top: 5px;
}
canvas{
    margin: 0px;
    margin-top: 10px;
    background-color: black;
    border: 3px rgb(0, 0, 255) solid;
    border-radius: 10px;
  }
  button{
    width: 80px;
    height: 70px;
    background-color: rgba(0,0,0,0);
    font-size: 50px;
    border-radius: 60px;
    color: white;
  }
  body{
    background: rgb(5, 2, 41);
    color: white;
  }
  h1,a,h2{
   color: white;
   display: none;
   font-size: 100px
  }
  a{
    color: yellow;
    text-decoration: none;
  }
  a:hover{
    color: blue;
    border-left-style: solid;
    border-radius: 100px;
    border-color: red;
    border-width: 15px;
   /* transition: 0.3s; */
  }
  #bo{
    display: none;
  }