* {
  font-family: "Arial Narrow", sans-serif;
}
body {
  background-color: #000000;
  color: #ffffff;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.header {
  text-align:center;
  font-size:2em;
  font-weight: bold;
  cursor: pointer;
}
.header a {
  color: inherit;
  text-decoration: none;
}
head, link, a {
  font-size: 1em;
  line-height: 1.5;
  margin: 20px 0;
  text-shadow: 0 0 10px #3498db;
  color: #3498db;
  background-image: linear-gradient(to right, #f80759, #fdd203, #29abe2,#7566b7, #4b2f7b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   # background-size 20%
}
.header {
  text-align:center;
  font-size:2em;
  font-weight: bold;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div {
  background-image: linear-gradient(to right, #f80759, #fdd203, #29abe2,#7566b7, #4b2f7b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  # background-size 20%
}
