html,
body {
  height: 100%;
  color: #ffffff;
  background-color: #929292;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.contact-info {
  max-width: 800px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.8;
}

.contact-text {
  padding-bottom: 24px;
  font-size: 1.4rem;
}

.contact-info small {
  text-align: left !important;
}

.contact-info small a {
  color: #ffffff;
  text-decoration: underline;
}

.contact-button {
  display: inline-block;
  padding: 16px 48px;
  background-color: #fff;
  color: #929292;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: bold;
  transition: all 0.35s ease;
}

.contact-button:hover {
  /* opacity: 0.8; */
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
