h1{
  
  color: #d12e26;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
color: #870e0e;
background: #FFFFFF;
text-shadow: 2px 2px 0 #2e1010, 4px 4px 0 #3d2f2f;
  }
body{
  background: black;
  }
p {
  background-color: #00000;
  color: #911414;
  font-family: "Times New Roman", Times, serif;
}
A {
  color: #d12e26;
  text-decoration:none;
  font-family:"fantasy", Impact, fantasy;
background:  black;
text-shadow: #00000 0px 0px 5px, #00000 0px 0px 10px, #00000 0px 0px 15px, #002D95 0px 0px 10px, #002D95 0px 0px 20px, #002D95 0px 0px 10px, #002D95 0px 0px 50px, #002D95 0px 0px 75px;
}
b{
  font-size:20pt;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #911414
  }
li{
  color:#a61616;
  align-items: flex-start;
  font-size: 30pt; 
  font-family: "fantasy", impact, fantasy;
}
h2{
  color:#911414;
}
.hamburger {
  position: fixed;
  z-index: 100;
  top: 1rem;
  right: 1rem;
  padding: 4px;
  border: black solid 1px;
  background: white;
  cursor: pointer;
}
b{
  word-spacing: 40pt;
  }