
  body {
  background-image: url("fogandtree.jpeg");
  background-size: cover;
}

@font-face {
  
    font-family: "evanescent";
    
    src: url("evanescent.ttf") format("truetype");
    
}

#myHeader {
    display: flex;
  justify-content: center;
}

#bannerr {
  border-width: thick;
  border-style: solid;
}

h4 {
  text-align: center;
  font-family: evanescent;
  color: white;
}

#sidebar-title {
  background-image: url(gradi.png);
  color: white;
  width: 200px;
}

aside {
  width: 20%;
  margin-left: 5px;
    border-left: 1px black solid;
    background-color: #0f0302;
    color: white;
    height: 500px;
    font-family: "minecraft";
}

@font-face {
  font-family: "minecraft";
    src: url("Minecraft.ttf") format("truetype"); 
}

li::marker {
  content: "♰ ";
}
