/* body {
  text-align: center;
  color: whitesmoke;
  background-color: rgb(0, 128, 0, 0.5);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
} */

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
    max-width: 600px;
    padding: 20px;
}

h1 {
    font-size: 48px;
    color: #555555;
}

p {
    font-size: 18px;
}

#current {
  font-weight: bold;
}

#error {
  background-color: rgb(255, 0, 0, 0.5);
}