@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap");
body {
  background-color: #0e011cf5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  flex-direction: column;
  text-align: center;
  background-image: url("brodie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-position-y: top;
  background-position-x: center;
  background-attachment: fixed;
}

header {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h1 {
  color: #fff;
  font-family: "Courgette", cursive;
  font-size: 3rem;
}

h2 {
  color: #fff;
  font-family: "Courgette", cursive;
}

span.day {
  border-bottom: 1px dashed #eee;
}

ul {
  text-align: left;
  color: #210720;
  padding: 0;
  font-family: arial;
}
ul li {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  margin-bottom: 5px;
  background: #ffffffe3;
  padding: 0.5rem;
}
ul li img {
  margin-right: 1rem;
  mix-blend-mode: luminosity;
}
ul li a {
  background-color: #344eab;
  padding: 0.3em;
  color: #fff;
  margin-right: 1rem;
}

@media only screen and (max-width: 600px) {
  ul li {
    display: block;
    line-height: 25px;
  }
}

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