body {
    font-family: 'Merriweather', sans-serif;
    margin: 0;
    padding: 20px;
    justify-content: center;
    align-items: center;
    background-color: #074b48;
    min-height: 100vh;
  }
  
  .container {
    text-align: center;
  }
  
  h1 {
    color: #fefefe;
  }
  
  h3 {
    color: #fbfafa;
    margin-top: 20px;
  }

  h5 {
    color: #b4b1a1;
  }
  
  p {
    color: #b4b1a1;
    margin-top: 10px;
    line-height: 1.5;
  }
  
  h4, h2 {
    color: #f8f8f6;
  }
  hr {
    border: none;
    border-top: 1px solid #f8f6f6;
    margin: 20px 0;
  }
  
  button {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: #b4b1a1;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Merriweather', serif;
  }


  a {
    color: #d3b928; 
    text-decoration: none;
  }
  
  a:hover {
    color: #ffffff; 
  }
  
  hr {
    border: none;
    border-top: 2px solid #030303;
    margin: 20px 0;
  }

button:hover {
  background-color: #d7d5cc;
}

img {
  display: block;
  margin: 20px auto;
}
