body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: rgba(8, 4, 0, 0.918);
}
   
h1 {
   font-family: Arial, sans-serif;
    color: rgba(255, 255, 255, 0.973);

}
h2  {
    font-family: Arial, sans-serif;
    color: rgb(255, 255, 255)

}
h3 { 
    font-family: Arial, sans-serif;
    color: rgb(255, 255, 255)

}
h4 {
    font-family: Arial, sans-serif;
    color: rgb(255, 255, 255)
}

button {
    background-color: rgba(221, 150, 18, 0.973);
    color: rgb(255, 255, 255);
    border: 10px;
    padding: 15px 25px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 15px;
}

button:hover {
    background-color: rgb(3, 2, 0);
}

#resetBtn {
  background-color: #444;
}

#resetBtn:hover {
  background-color: #ffffff;
}

.info {
    font-family: Arial, sans-serif;
  margin-top: 35px;
  display: flex;
  justify-content: center;
}

table {
  border-collapse: collapse;
  min-width: 350px;
  background: white;
}

th, td {
    font-family: Arial, sans-serif;
  border: 3px solid #ccc;
  padding: 40px 20px;
  text-align: left;
}

th {
  background: #e9e9e9;
}