body {
    padding: 0;
    text-align: center;
    background-image: url("images/blueSpace.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  
  body button {
    font-size: 30px;
    background-color: #870007;
    color: #fff;
    padding: 20px 40px;
    border: 0;
    box-shadow: 0;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  
  .units{
    display: flex;
    justify-content: space-around;
    align-items: baseline;
  }

  .units img{
    width:35%;
    margin: 0;
    float: left;
  }

  .units p{
    font-size: 1.2em;
  }

  #replicant{
    width: 30%;
    background: url("images/background1.jpg");
    color: white;
    border: 3px solid black;
    height: 100px;
  }

  #tempest{
    width: 30%;
    background: url("images/background3.jpg");
    color: white;
    border: 3px solid black;
    height: 100px;
  }

  #oracle{
    width: 30%;
    background: url("images/background5.jpg");
    color: white;
    border: 3px solid black;
    height: 100px;
  }

  canvas{
    border: 3px solid white;
  }

  .hidden{
    display: none;
  }

  .replicant{
    cursor: url(images/replicantCursor.png), auto;
  }

  .tempest{
    cursor: url(images/tempestCursor.png), auto;
  }

  .oracle{
    cursor: url(images/oracleCursor.png), auto;
  }