body {
    background-image: url(/Gifs/dark.gif);
    background-size: cover;
}

* {
    margin: 0;
}

.wordart {
    font-family: Arial, sans-serif;
    font-size: 4em;
    font-weight: bold;
    margin-left: 375px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .wordart.italic-outline {
      transform: scale(1, 1.3);
      -webkit-transform: scale(1, 1.3);
      -moz-transform: scale(1, 1.3);
      -o-transform: scale(1, 1.3);
      -ms-transform: scale(1, 1.3);
  }
  
  .wordart.italic-outline .text {
      letter-spacing: -0.01em;
      font-family: Arial, sans-serif;
      font-weight: bold;
      font-style: italic;
      color: rgb(241, 15, 15);
      -webkit-text-stroke: 0.01em #000;
      filter: progid:DXImageTransform.Microsoft.Glow(Color=#000000, Strength=1);
      text-shadow: 0.03em 0.03em 0 #6D6D6D;
  }

.top h2 {
    text-align: justify;
    width: 700px;
    margin-top: 50px;
    margin-left: 375px;
    color: rgb(224, 47, 47);
}

.top img {
    position: absolute;
    margin-left: 375px ;
    margin-top: 30px;
    width: 700px;
}

nav#menu ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: fixed;
    text-align: center;
    top: 0px;
    bottom: 0px;
    background-color: rgb(8, 3, 7);
    background-image: url(/gifs/dark.gif);
    border: rgb(85, 3, 3) 10px solid;
    width: 190px;
    padding: 20px;
    
}

nav#menu h1 {
    font-size: 28px;
    padding-top: 55px;
    color: rgb(124, 43, 43);
    z-index: 2;
    font-family: 'Satisfy', cursive;
}

nav#menu img {
    height: 70px;
    padding-top: 90px;
    z-index: 2;
    
}

nav#menu li {
    padding: 2px;
    margin: 5px;
    color: rgb(245, 244, 244);
    font-family: 'Satisfy', cursive;
    font-size: 16pt;
    text-align: center;
    border: 2px solid rgb(95, 7, 7);
    align-content: center;
    
}

nav#menu a {
    color: rgb(240, 78, 78);
    text-decoration: underline;
}

audio#music {
	display: block;
	position: fixed;
    margin-left: 70px;
	top: 650px;
    width: 100px;
    
}

.side {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: fixed;
    top: 0px;
    bottom: 100%;
    margin-left: 1190px;  
    width: 250px;    
}

.side img:nth-of-type(1) {
    height: 260px;
    border: rgb(85, 3, 3) 7px solid;
}

.side img:nth-of-type(2) {
    height: 260px;
    border: rgb(85, 3, 3)7px solid;
}

.side img:nth-of-type(3) {
    height: 260px;
    border: rgb(85, 3, 3) 7px solid;
    
}

.movies {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 550px;
}

.movies h1 {
    text-align: center;
    color: rgb(177, 42, 42);
}

.movies p {
    text-align: justify;
    width: 700px;
    font-size: 25px;
    color: rgb(177, 42, 42);
}

.movies img {
    width: 700px;
    height:300px;
}

.movies hr {
    border: 0;
    clear:both;
    display:block;
    width: 800px;               
    background-color: rgb(196, 8, 8);
    height: 6px;
}
