body {
  margin-left: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  background: url("./images/background.jpg") no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Noto Serif TC", serif;
  font-size: 16px;
}

.time-2 {
  color: #2c5064;
  text-align: center;
  font-family: Noto Serif TC;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 4px;
}

.time-1 {
  color: #f39800;
  text-align: center;
  font-family: Noto Serif TC;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.first-title {
  color: #e37ea2;
  text-align: center;
  font-family: Noto Serif TC;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 4px 0px;
}

.main-title {
  color: #2c5064;
  text-align: center;
  font-family: Noto Serif TC;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.first-button {
  color: #fff;
  text-align: center;
  font-family: Noto Serif TC;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 5px 5px;
  background: url("./images/button-1.png") no-repeat center;
  border-radius: 100px;
  -o-background-size: cover;
  border: none;
  margin-bottom: 6px;
  margin-top: 28px;
}

.second-button {
  color: #fff;
  text-align: center;
  font-family: Noto Serif TC;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 900;
  padding: 5px 5px;
  line-height: normal;
  background: url("./images/button-2.png") center;
  border-radius: 100px;
  -o-background-size: cover;
  border: none;
}

#nice-case-button {
  color: #fff100;
  text-align: center;
  font-family: Noto Serif TC;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 900;
  border-radius: 100px;
  line-height: normal;
  margin: 10px 5px;
  padding: 10px 20px;
}

#join-button {
  width: 240px;
  color: #fff100;
  text-align: center;
  font-family: Noto Serif TC;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 10px 10px;
  margin: 30px 5px;
  border-radius: 100px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bar {
  width: 100%;
  height: 0px;
  border: 1px black solid;
  background: url("./images/button-2.png") center fixed;
}

.second-k-island {
  width: 221.142px;
  height: 193px;
}

.contact {
  color: #fff;
  font-family: Noto Serif TC;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 10px;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon {
  width: 38.968px;
  height: 40px;
  flex-shrink: 0;
  padding: 0px 10px;
}

.logos {
  width: 300px;
}

.text-align-center {
  text-align: center;
}

.button-a-text {
  /* remove underline */
  text-decoration: none;
  color: #fff;
}

#good-case-button-a {
  color: #fff100;
}

.bar {
  width: 100%;
  height: 0px;
  border: 1px black solid;
  background: url("./images/button-2.png") center fixed;
}

.second-k-island {
  width: 221.142px;
  height: 193px;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon {
  width: 38.968px;
  height: 40px;
  flex-shrink: 0;
  padding: 0px 10px;
}

.logos {
  width: 300px;
}

.text-align-center {
  text-align: center;
}

.button-a-text {
  /* remove underline */
  text-decoration: none;
  color: #fff;
}


.display-hidden {
  visibility: hidden;
}