* {
  margin: 0;
  padding: 0;
}

html {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("bg.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body {
  font-family: "JetBrains Mono", monospace;
  color: #a9b1d6;
  background-color: rgba(0, 0, 0, 0);
}

.container {
  background-color: rgba(26, 27, 38, 0.8);
  border: 3px solid #7aa2f7;
  border-radius: 10px;
}

.container::-webkit-scrollbar {
  display: none;
}

header {
  text-align: center;
}

a {
  color: #a9b1d6;
  font-weight: bold;
  text-decoration: none;
}
