body {
    font-family: Arial, sans-serif;
    text-align: center;
  }

  #audio-container {
    margin-top: 50px;
  }

  #play-button {
    background-color: #4CAF50;
    color: white;
    padding: 15px 32px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
  }
  #play-button:hover {
    background-color: #000000;
    color: white;
    padding: 15px 32px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-size: 16.5px;
    margin-right: 20px;
    cursor: pointer;
  }

  #text-input {
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid gray;
    width: 200px;
    margin-right: 20px;
  }

  #check-button, #def {
    background-color: #4CAF50;
    color: white;
    padding: 15px 32px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
  }
  #check-button:hover {
    background-color: #000000;
    color: white;
    padding: 15px 32px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-size: 16.5px;
    cursor: pointer;
  }
  #def:hover {
    background-color: #000000;
    color: white;
    padding: 15px 32px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-size: 16.5px;
    cursor: pointer;
  }



  .incorrect {
    color: red;
  }

  #result {
    margin-top: 10px;
    font-size: 20px;
    margin-left: -180px;
  }

  #score {
    margin-top: 20px;
    margin-left: -180px;
    font-size: 20px;
    font-weight: bold;
  }
