body {
    background-color: #131519;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

#can {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
   
  }

  .result, .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #start{
    width: 150px;
    height: 75px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 900;
    color: white;
    border-radius: 5%;
    background-color: rgb(190, 42, 42);
    cursor: pointer;
  }
  #para{
    margin: 15px 15px 0 0;
    font-weight: 900;
    font-size: 20px;
    padding: 10px;
    background-color: #f8eb2d;
  }
  
.buttons {
    position: fixed;
  }
  
.buttons button {
    background: none;
    border: none;
  }
  
  .buttons button img {
    width: 70px;
    height: auto;
  }

  #left-com {
    position: absolute;
    left: -177px;
    top: -230px;
    background-color: white;
    border-radius: 50%;
  }
  
  #right-com {
    position: absolute;
    left: 115px;
    top: -230px;
    background-color: white;
    border-radius: 50%;
  }
  .result p{
    font-size: 30px;
    color: wheat;
    font-weight: 900;
  }
  .hide {
    display: none;
  }
  #btn,#home{
    width: 100px;
    height: 50px;
    margin: 20px 20px 20px 0;
    font-size: 20px;
    font-weight: 900;
    color: #131519;
    border-radius: 5%;
    background-color: rgb(190, 42, 42);
    cursor: pointer;
  }
  #btn:hover,#home:hover{
    background-color: gray;
  }
  #home a{
    text-decoration: none;
    color: #131519;
  }