body {
  background-image: url("murdoczombies.png");
  color: #B3240C;
  font-family: Georgia, serif;
}

#the-last-cult {
  float: right;
  margin-top: 10px;
  margin-right: 25px;
  background-color: rgba(150, 5, 61, 0.7);
  border: 5px;
  border-color: #DB3D82;
  border-style: dashed;
  border-radius: 100%;
  height: 250px;
  padding: 15px;
  transform: scale(0.7);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 240px;
  height: 100%;
  background-color: rgba(4, 15, 9, 0.9);
  border: 10px;
  border-color: #660E02;
  border-style: double;
  position: fixed;
  overflow: auto;
}

li a {
  display: block;
  color: #B3240C;
  padding: 15px 16px;
  text-decoration: none;
  font-weight: bold;
}

li a:hover {
  background-color: black;
  color: #FF7E73;
}

li {
  text-align: center;
  font-size: 20px;
}

.active {
  background-color: black;
  color: #B3240C;
}

.intro {
  margin: auto;
  width: 50%;
  height: 50%;
  border: 10px;
  border-color: #660E02;
  border-style: double;
  padding: 20px;
  background-color: rgba(4, 15, 9, 0.7);
  text-align: center;
}

.news {
  margin: auto;
  width: 50%;
  height: 50%;
  border: 10px;
  border-color: #660E02;
  border-style: double;
  padding: 20px;
  background-color: rgba(4, 15, 9, 0.7);
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  transform: scale(1.2);
}

.credits {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  bottom: 0%;
  color: rgb(0, 0, 0);
}

.taller {
  line-height: 50px;
}

.pink {
  color: #DB3D82;
  text-align: center;
  font-weight: bold;
  text-decoration-line: underline;
}