body{
  background-image: url("../img/galaxy.jpg");
}
button{
  border-radius: 14px;
}
.container{
    margin: auto;
    width: 85%;
    display: flex;
    flex-direction: column;

  }
  #button{
margin: auto;
    margin-top: 1%;
    padding: 2px;
    font-weight: bold;
    background: white;
    border: 1px solid black;
    cursor: pointer;
    width: 15%;
  }
  .back{
    width: 120px;
    height: 45px;
    font-size: 20px;
    margin-left: 3%;
    margin-top: 3%;
  }
  #button:hover{
    background: green;
    
  }
  
  #canvas{
    width: 85%;
    margin: auto;
  }

  .buttonsBball{
    font-size: 20px;
    text-align: center;
    color: ivory;

  }