body {
  background-color: #e8d9ff;
}
.main-deco {
  max-width: 1000px;
  margin: 0 auto;
}
.main-deco img {
  max-width: 100%;
}

.example {
  width: 550px;
  margin: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.example .flipdown {
  margin: auto;
}

.example h1 {
  text-align: center;
  font-weight: 100;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 10px;
}

.example .buttons {
  width: 100%;
  height: 50px;
  margin: 50px auto 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.example .button {
  display: inline-block;
  height: 50px;
  box-sizing: border-box;
  line-height: 46px;
  text-decoration: none;
  color: #333;
  padding: 0px 20px;
  border: solid 2px #333;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}

.example .button:hover {
  background-color: #333;
  color: #fff;
}

.example .button i {
  margin-right: 5px;
}

@media (max-width: 550px) {
  .example {
    width: 100%;
  }

  .example h1 {
    font-size: 2.5em;
  }
  .example .buttons {
    width: 100%;
    margin-top: 25px;
    text-align: center;
    display: block;
  }

  .example .buttons p,
  .example .buttons a {
    float: none;
    margin: 0 auto;
  }

  .example .buttons p {
    padding-right: 0px;
  }

  .example .buttons a {
    display: inline-block;
  }
}

.icon-img {
  width: 120px;
}

.list-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 15px 0;
  width: 250px;
  max-width: 100%;
}
.list-btn button {
  width: 100%;
}
.flipdown.flipdown__theme-dark {
  font-family: "neodgm";
}

.main-bg {
  background-image: url(../images/main-bg.jpg);
  background-repeat: no-repeat;
  max-width: 768px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  background-size: cover;
  z-index: 10;
  padding-top: 30px;
}
@media only screen and (min-width: 769px) {
  .main-bg {
    max-width: 600px;
  }
}
.bg-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.bg-title {
  font-size: 1rem;
  font-style: italic;
}
.bg-subtitle {
  font-size: 1rem;
  font-style: italic;
}
area {
  cursor: pointer;
}

.main-card {
  width: 300px;
}
@media only screen and (min-width: 769px) {
  .main-card {
    width: 400px;
  }
}
.main-top-text {
  width: 90vw;
}
.main-bottom-text {
  width: 80vw;
}

.main-balloon {
  width: 15vw;
  position: absolute;
  bottom: 20vw;
  right: 5vw;
  z-index: 100;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .main-balloon {
    width: 4vw;
    bottom: 5vw;
    right: 0vw;
  }
}

.main-btn {
  cursor: pointer;
  margin: 5px 0;
  max-width: 100%;
}
@media only screen and (min-width: 769px) {
  .list-btn {
    width: 400px;
  }
}
.main-ment {
  max-width: 100%;
  width: 400px;
}

.main-btn-box {
  position: relative;
}
.main-btn-box p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  margin-bottom: 0;
  color: #000;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .main-btn-box p {
    font-size: 20px;
  }
}
