.container {
      text-align: center;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      display: block;
      max-width: 300px;
      margin: auto;
    }
    .timer {
      color: red;
      font-weight: bold;
      font-size: 150%;
    }
    p {
      font-size: 18px;
      margin: 10px;
    }
    .bold {
      font-weight: bold;
    }
    img {
      max-width: 250px;
      padding: 8px;
    }
    .button {
  background-color: #04AA6D; /* Green */
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  margin-bottom: 30px;
  border: 3px solid #04AA6D;
  border-radius:10px;
    }
    
    .button:hover {
    background-color: white;
    color: #04AA6D;
    }
    h1 {
      margin-bottom: 5px;
      margin-top: 50px;
    }
