@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::selection {
  background-color: #00f985a1;
  color: #444;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #111;
  color: #99fdb1;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Mulish", sans-serif;
}

@keyframes apear {
  0% {
    opacity: 0;
    scale: 0.1;
  }

  100% {
    opacity: 1;
    scale: 1.2;
  }
}

.container {
  text-align: center;
}

.title {
  font-size: 2.8rem;
  margin: 3rem;
  font-family: "Press Start 2P", cursive;
  letter-spacing: 4px;
  text-shadow: 5px 4px 8px #0053e2;
  padding: 10px;
  animation: apear 1.5s ease-out;
}

.button {
  font-size: 1.7rem;
  padding: 1.2rem 1.5 rem;
  border: none;
  border-radius: 1rem;
  margin: 1rem;
  cursor: pointer;
  transition: background-color 0.6s ease;
}

.button-server {
  background-color: #41b0ff;
  transition: background-color 0.5s ease;
  animation: blink 2s infinite;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600px;
  color: #011f57;
}

.button-server:hover {
  background-color: #268f99;
  transform: scale(1.1);
  animation: none;
}

@keyframes blink {
  0% {
    opacity: 2.7;
    scale: 1.02;
  }
  50% {
    opacity: 0.8;
    scale: 1;
  }
  100% {
    opacity: 1;
    scale: 1.02;
  }
}

.button-wrapper {
  padding: 10px;
  display: block;
}

.discord-button {
  width: 50px;
  height: 50px;
}

.discord-button:hover {
  scale: 1.1;
}

.whatsapp-button:hover {
  scale: 1.1;
}

.whatsapp-button {
  width: 50px;
  height: 50px;
}

button {
  padding: 10px;
  font-size: 20px;
  background-color: #5cbafd;
  transition: background-color 0.5s ease;
  animation: blink 1.5s infinite;
  border-radius: 17%;
}

button:hover {
  background-color: #268f99;
  transform: scale(1.1);
  animation: none;
}

.instructions {
  margin: 1rem;
  background: #222;
  padding: 3px;
  color: #e9ffdf;
  line-height: 3.4;
  animation: apear 0.5s ease-out;
  position: relative;
}

#instructionsIP {
  margin: 60px;
}

.subtitle {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.hidden {
  display: none;
  background: #555;
}

a {
  color: inherit;
  text-decoration: none;
}

code {
  background: #03030b;
  padding: 4px;
  font-size: 20px;
  color: #99fdb1;
  margin: 10px;
}

@keyframes arriba {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 0;
  }
}

.footer {
  background-color: #060125;
  color: white;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5rem;
  animation: arriba 2s ease-in-out;
}

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

.f-container p {
  margin: 0;
  font-size: 1rem;
}

.footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7%;
  background: linear-gradient(
    to right,
    #47df00,
    #98fb98,
    #00f2ee,
    #0800fe,
    #0ae3bf,
    #00f985,
    #1bf379
  );

  opacity: 0.7;
  bottom: 0;
  left: 0;
}
.espacio {
  width: 100%;
  height: 13rem;
}

ol {
  list-style-position: inside;
}
ul {
  list-style-position: inside;
  list-style: none;
}

.paypal {
  width: 100%;
  height: 100%;
}
.paypal-container {
  width: 50px;
  height: 50px;
}

.paypal-container:hover {
  scale: 1.1;
}

.copyButton {
  border: none;
  border-radius: 14%;
  display: block;
  margin: 8px;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-62%, -50%);
}

.copyButton:hover {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-62%, -50%);
}

#IP {
  margin-bottom: 100px;
}

h2 {
  font-size: 18px;
  padding: 20px;
}

.paypalOptions {
  position: absolute;
  background-color: #222222;
  display: none;
  margin-bottom: 92px;
}

.options {
  border: 1px solid #99fdb1;
  padding: 6px;
}

.options:hover {
  background-color: #444444;
}

#instructionsIP {
  display: flex;
  flex-direction: column;
  font-family: "Press Start 2P", "Times New Roman", Times, serif;
}
