body {
  background-color: #d9fbff;
  margin: 0;
  font-family: sans-serif;
}
@font-face {
  font-family: "Super Mario 256";
  src: url("FONTS/SuperMario256.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.Enterpage {
  background-color: #1ec9ef;
  width: 60%;
  margin: 30px auto 0 auto;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}
h1, p{
  text-align: center;
  color: white;
}
.mariofont {
  font-family: "Super Mario 256", sans-serif;
  font-size: 70px;
}
.img-box {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 0 auto 40px auto;
}
.EnterHomePage {
  width: 500px;
  height: auto;
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  margin: auto;
  display: block;
  transition: width 0.5s, opacity 0.5s;
  border-radius: 30px;
}
.main {
  opacity: 1;
  z-index: 1;
}
.hover {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, width 0.3s;
}
.img-btn:hover .main {
  opacity: 0;
}
.img-btn:hover .hover {
  opacity: 1;
  width: 480px;
}

.style {
  width: 70%;
  background-color: #d92e09;
  margin: 40px auto;
  border-radius: 30px;
  padding: 20px;
}
.animation-bounce {
    animation-name: bounce;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0) }
    40% {transform: translateY(-30px) }
    60% {transform: translateY(-15px) }
}
.mariofont2{
  font-family: "Super Mario 256", sans-serif;
  font-size: 40px;
  text-align:center;
}
.styleterm{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}
.styleterm input[type="checkbox"] {
  transform: scale(3.4);
  margin-right: 16px;
}
.styleterm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0;
  width: 100%;
}

.styleterm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.terms {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-family: "Super Mario 256", sans-serif;
}

.terms a,
.terms a:visited,
.terms a:active {
  color: #9c290f;
}

.terms a:hover {
  color: #781d09;
}
.img-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  width: 500px;
  height: 500px;
  display: block;
}