

tr, td {
    border: 1px solid #383636cf;
    text-align: center;
    width: 200px;
    height: 200px;
    font-size: 100px;
    font-family: 'ZCOOL KuaiLe', cursive;
    color: white;
    font-weight: bold;
    padding: 0;
}

table {
    width: 600px;
    background-color: rgb(0, 0, 0, 0.9);
    padding: 0;
    
}
tr {
    padding: 0;
}


.container {

    padding-right: 100px;
    padding-left: 100px;
}

p {
    font-size: 30px;
    font-weight: bold;

}
.button {
    display: inline-block;
    padding: 15px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #ffff;
    background-color: #000000;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
  }
  
  .button:hover {background-color: #404040}
  
  .button:active {
    background-color: #000000;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
  }

  h1 {
      font-size: 40px;
      font-weight: bold;

  }
 .form-check-label {
      font-size: 34px;
  }

 
input:checked {
    background: #000000;
}