* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "poppins", Arial, sans-serif;
  color: #f4f4f4;
  background-color: #0F0F0F;
  background-image: url(Elements.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
  color: #f4f4f4;
}

header {
  float: left;
  height: 100vh;
  width: 50vw;
  font-size: 2em;
  background-color: rgba(2, 2, 0, 0.9529411765);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  header {
    width: 100vw;
  }
}
header nav {
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
}
header nav img {
  max-width: 5em;
  padding-bottom: 1em;
}
header nav p {
  padding-bottom: 1em;
}
header nav p .span1 {
  font-weight: 300;
}
header nav p .span2 {
  font-weight: 200;
}
header nav p .span3 {
  font-weight: 100;
  color: #F2C94C;
}
header nav a span {
  color: #F2C94C;
}
header nav a:hover {
  text-decoration: underline;
  text-decoration-color: #F2C94C;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.3em;
}

.btn1 {
  padding: 0.8em;
  padding-inline: 1.5em;
  text-decoration: none;
  margin-top: 1em;
  background-color: #004ea9;
  color: #f4f4f4;
  border-radius: 10px;
}
.btn1:hover {
  text-decoration: underline;
  background-color: #005eca;
}

.btn2 {
  padding: 0.8em;
  cursor: default;
  padding-inline: 1.5em;
  text-decoration: none;
  margin-top: 1em;
  background-color: #8f8f8f;
  color: #f4f4f4;
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */