* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  background-color: #252525;
  color: rgba(0, 195, 255, 0.9058823529);
}

#test {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.profile-picture {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 10vw;
  max-height: 10vh;
  margin: 1rem;
}

/*# sourceMappingURL=index.css.map */
