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: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
}

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: 25px;
  display: flex;
  justify-content: center;
}

table {
  border-collapse: collapse;
  min-width: 320px;
  background: white;
}

th, td {
    font-family: Arial, sans-serif;
  border: 1px solid #ccc;
  padding: 12px 14px;
  text-align: left;
}

th {
  background: #e9e9e9;
}
