* {
  list-style: none;
  font-family: Michroma;
  text-decoration: none;
  margin: 10px;
  margin-right: 30px;
  margin-left: 30px;
  text-align: center;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000c39;
  color: #aab2cd;
}

