body {
  background-color: black;
  color: white;
  cursor: url("images/satan-cursor.png"), none;
}

h1 {
  color: red;
  text-align: center;
  font-family: serif; 
  font-size: 52px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

a {
  text-align: center;
  margin: auto;
  display: block;
  color: red;
}

h2 {
  color: red;
  text-align: center;
  font-family: serif;
  font-size: 20px;
}

.sidebar-left {
  width: 100px;
  height: 100vh;
  background: url(images/pentagram.gif) repeat-y;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}

.sidebar-right {
  width: 100px;
  height: 100vh;
  background: url(images/pentagram.gif) repeat-y;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}

.favorites-container {
  width: 60vw;
  height: 100%;
  margin: auto;
  box-shadow: 0 0 18px 6px rgba(255,0,0,0.75);
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#movies img {
  width: 200px;
  border: solid red 2px;
}

#music img {
  width: 200px;
  border: solid red 2px;
}

#fire {
  width: 100%;
  height: 50px;
  background: url(images/fire.gif) round;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}