* {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

a {
  color: white;
}

fyo-navbar {
  background-color: #333;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
fyo-navbar .navbar-links {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}

body {
  background-color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

h1 {
  color: #c4b3fb;
  font-size: 36px;
}/*# sourceMappingURL=style.css.map */