@import url("https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css");

.wrapper * {
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
  margin-right: 1px;
}

.wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 0px;
  height: 500px;
}

.pagetext {
  padding: 20px 0;
}

p {
  color: white;
  font-family: "Fira Sans", sans-serif;
}

body {
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: center; /* vertical centering */
  min-height: 100vh; /* full viewport height */
  margin: 0; /* remove default margin */
  background: black;
}

img {
  border-radius: 12px;
  transform: translateZ(0); /* Triggers hardware acceleration */
  backface-visibility: hidden; /* Improves anti-aliasing */
}

/* CSS */
.button-15 {
  background-image: linear-gradient(#42a1ec, #0070c9);
  border: 1px solid #0077cc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  direction: ltr;
  display: block;
  font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.022em;
  line-height: 1.47059;
  min-width: 30px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-15:disabled {
  cursor: default;
  opacity: 0.3;
}

.button-15:hover {
  background-image: linear-gradient(#51a9ee, #147bcd);
  border-color: #1482d0;
  text-decoration: none;
}

.button-15:active {
  background-image: linear-gradient(#3d94d9, #0067b9);
  border-color: #006dbc;
  outline: none;
}

.button-15:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}

