@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&family=Space+Grotesk:wght@300..700&family=Unbounded:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap');

* {
  transition: all 0.09s;
}

* {
  color: #eee;
}

body {
  background-color: #060606;
}

h1 {
  font-family: "Unbounded", sans-serif;
  text-align: center;
}

h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
}

a {
  color: #ce65ff;
}

input {
  background-color: #121212;
  outline: none;
  border: 1px solid #1a1a1a;
  padding: 10px 20px;
  font-size: 17px;
  font-family: "Google Sans Code", monospace;
  border-radius: 10px;
  width: 79%;
  box-sizing: border-box;
}

input:focus, input:hover {
  background-color: #151515;
}

button {
  background-color: #520079;
  border: 1px solid #660096;
  outline: none;
  padding: 10px 15px;
  font-size: 17px;
  font-family: "Google Sans Code", monospace;
  border-radius: 10px;
  width: 19%;
  box-sizing: border-box;
}

button:hover {
  background-color: #580081;
}

.header {
  color: #a000eb;
  text-shadow: 0px 0px 30px #a000eb;
  margin-top: 30px;
}

.main {
  font-family: "Space Grotesk", sans-serif;
  margin-top: 25vh;
  background-color: #090909;
  border: 1px solid #111;
  border-radius: 10px;
  width: 100%;
  max-width: max-content;
  box-sizing: border-box;
  padding: 10px 37.5px 15px 35px;
  margin-left: auto;
  margin-right: auto;
}

.status {
  color: #e03009;
  font-weight: 700;
}