body {
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

header {
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  align-items: center;
}

.content {
  text-align: center;
  margin-top: 50px;
}

.text-padding {
  padding-left: 250px;
  padding-right: 250px;
}

h1,
h5 {
  color: #202020;
}

.btn-container {
  display: flex;
  justify-content: center;
  background: rgba(238, 238, 238, 1);
  padding: 50px;
}

.theme-btn {
  margin-right: 20px;
  text-align: center;
  font-size: 20px;
  padding: 10px 30px;
}

.btn-style-five {
  border: solid 1px #fff;
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  border-radius: none;
  background-color: rgba(32, 171, 246, 1);
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  width: 140px;
}

.btn-style-five:hover {
  background-color: #fff;
  color: rgba(32, 171, 246, 1);
  border: 1px solid rgba(32, 171, 246, 1);
}

.text-container {
  background: #ce4e4c;
  padding: 36px;
  margin-top: auto;
  display: flex;
  justify-content: center;
}

.disclaimer {
  font-size: 12px;
  color: #fff;
  text-align: justify;
}

.link {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.link:hover {
  color: #fff;
}

.footer-logo {
  margin-top: 30px;
}

.btn-container a:nth-child(2) {
  margin-left: 10px;
}

@media (max-width: 768px) {
  header {
    justify-content: center !important;
  }

  .theme-btn {
    font-size: 16px;
    padding: 10px 30px;
  }

  .content {
    margin-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .content h1 {
    font-size: 26px;
  }

  .content h5 {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .text-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-logo {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .text-padding {
    text-align: justify;
  }

  .text-container {
    padding: 12px;
  }

  .main-section .container {
    background-color: #fff;
    margin-bottom: 4px;
  }

  .main-section {
    height: 100vh;
    background: rgba(238, 238, 238, 1);
  }

  .main-section .btn-container a:nth-child(2) {
    margin-left: 0px;
  }

  .main-section .btn-container {
    display: grid;
    padding: 0px;
    margin-top: 30%;
  }

  .main-section .btn-container .btn-style-five {
    width: 170px;
    margin-bottom: 6px;
  }
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
