
.closure-announcement {
  max-width: 700px;
  margin: 50px auto;
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.closure-announcement h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #222;
}

.closure-announcement p {
  font-size: 1.05rem;
  margin-bottom: 18px;
}

@media (max-width: 600px) {
  .closure-announcement {
    margin: 40px 20px;
    padding: 30px 20px;
  }

  .closure-announcement h1 {
    font-size: 1.6rem;
  }

  .closure-announcement p {
    font-size: 1rem;
  }
}

.logo {
  display: block;
  margin: 40px auto 20px auto;
  margin-top:30px;
  max-width: 300px;
  max-height: 150px;
}

h2 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bolder;
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
}

.button-container {
  display: flex;
  flex-direction: column;
  align-items: center;    
  gap: 20px;    
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  background-color: red;
  border-radius: 30px;
  color: black;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: large;
  font-weight: bolder;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  border: 2px;
  border-color: black;
}

.btn:hover {
  background-color: black;
  color: red;
  border-color: red;
}

.footer{
    margin: 35px;
    font-size: 9px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
}
