body {
    background-image: url(/images/brown-paper.jpg)

}

* {
    margin: 0;
}

.wordart {
    font-family: Arial, sans-serif;
    font-size: 4em;
    font-weight: bold;
    position: relative;
    margin-left: 375px;
    margin-top: 30px;
    z-index: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .wordart.radial .text {
      background: #353402;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-radial-gradient(center, ellipse cover, #fffa28 0%, #ec8a39 100%);
      background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fffa28), color-stop(100%, #ec8a39));
      background: -webkit-radial-gradient(center, ellipse cover, #fffa28 0%, #ec8a39 100%);
      background: -o-radial-gradient(center, ellipse cover, #fffa28 0%, #ec8a39 100%);
      background: -ms-radial-gradient(center, ellipse cover, #fffa28 0%, #ec8a39 100%);
      background: radial-gradient(ellipse at center, #fffa28 0%, #ec8a39 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa28', endColorstr='#ec8a39', GradientType=1);
      font-family: Impact, sans-serif;
      font-weight: bold;
  }

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

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

nav#menu ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: fixed;
    text-align: center;
    top: 0px;
    bottom: 0px;
    background-image: url(/images/western2.jpg);
    border: orange 10px solid;
    width: 190px;
    padding: 20px;
    
}

nav#menu h1 {
    font-size: 28px;
    padding-top: 55px;
    color: lawngreen;
    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(247, 224, 241);
    font-family: 'Satisfy', cursive;
    font-size: 16pt;
    text-align: center;
    border: 2px solid rgb(248, 252, 35);
    align-content: center;
    
}

nav#menu a {
    color: rgb(243, 239, 239);
    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: 0px;
    margin-left: 1190px;  
    width: 250px;    
}

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

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

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

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

.movies h1 {
    text-align: center;
    color: rgb(241, 238, 46);
}

.movies p {
    text-align: justify;
    width: 700px;
    font-size: 25px;
    font-weight: bolder;
    color: yellow;
    
}

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

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