body {
  font-family: "Zen Maru Gothic", serif;
  size: 1.3rem;
  margin: 0;
  padding: 0;
  background-color: #eaaf80;
  color: #e16000;
  /* text color */
  text-align: center;
}

.zen-maru gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.main-container {
  height: 80vh;
  max-width: 100% !important;
  overflow-x: hidden !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer {
  height: 20vh;
  max-width: 100% !important;
  overflow-x: hidden !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo {
  max-width: 700px;
  margin-bottom: -50px;
}

.logo-small {
  max-width: 500px;
  margin-bottom: -50px;
}

.link {
  color: #dc297d;
}

.link:hover {
  color: #ff5a45;
}

h1 {
  font-size: 32px;
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  margin-bottom: 20px;
  margin-left: 50px;
  margin-right: 50px;
}

.action-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #dc297d;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin: 10px;
}

.action-btn:hover {
  background-color: #ff5a45;
}
