@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&family=Fira+Mono:wght@400;500;700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
  color: #000;
}

body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: default;
}

main {
  padding: 0 2rem 0 2rem;
  max-width: 50rem;
}

h1 {
  font-family: "Fira Code", monospace;
  font-size: 3rem;
  letter-spacing: -0.2rem;
  text-shadow: 0.15rem 0.15rem 0rem rgba(255, 21, 243, 0.5), -0.15rem -0.15rem 0rem rgba(0, 255, 255, 0.7);
  margin: 3rem 0 3rem 0;
}

h2 {
  font-family: "Fira Code", monospace;
  font-size: 2rem;
  text-shadow: -0.1rem -0.1rem 0rem rgba(255, 21, 243, 0.5), 0.1rem 0.1rem 0rem rgba(0, 255, 255, 0.7);
  margin-bottom: 1rem;
}

h3 {
  font-family: "Fira Code", monospace;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: -0.1rem -0.1rem 0rem rgba(255, 21, 243, 0.5);
  margin-bottom: 1rem;
}

h4 {
  font-family: "Fira Code", monospace;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 0.1rem 0.1rem 0rem rgba(0, 255, 255, 0.7);
  margin-bottom: 1rem;
}

pre {
  font-family: "Fira Code", monospace;
  line-height: 1rem;
  font-size: 0.8rem;
  cursor: text;
}

p {
  line-height: 1.3rem;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: rgb(19, 91, 224);
  text-shadow: 0 0 0.3rem rgb(50, 255, 255);
}

ul {
  margin-left: 1.1rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.1rem;
  list-style-type: decimal-leading-zero;
}

li {
  margin: 0.2rem 0 0.2rem 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input,
textarea {
  border: none;
  box-shadow: -0.1rem -0.1rem 0rem rgba(255, 21, 243, 0.5), 0.1rem 0.1rem 0rem rgba(0, 255, 255, 0.7);
}

input[type=button] {
  background-color: rgba(0, 0, 0, 0);
}

input[type=button]:hover {
  background-color: rgb(0, 255, 255);
}

input[type=button]:active {
  background-color: rgb(255, 21, 243);
}

footer {
  color: #222;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 5rem;
  padding: 0 2rem 0 2rem;
  max-width: 50rem;
}

.code {
  font-weight: bold;
  color: rgb(110, 0, 105);
  font-size: 0.8rem;
  font-family: "Fira Code", monospace;
  background-color: #ddd;
  padding: 0.15rem 0.3rem 0.15rem 0.3rem;
  border-radius: 0.2rem;
}

.C404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin: 50px;
}
.C404 h1 {
  font-weight: bold;
  font-size: 6rem;
}
.C404 h2 {
  text-align: center;
}
.C404 img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 300px;
}/*# sourceMappingURL=styles.css.map */