body {
    background-color: rgb(143, 129, 6);
    background-image: url(/Gifs/snow.gif);
    
}

* {
    margin: 0;
}

.wordart {
  font-family: Arial, sans-serif;
  font-size: 4em;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-left: 420px;
  margin-top: 30px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wordart.radial .text {
    background: #fffa28;
    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: 350px;
    color: lemonchiffon;
}

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

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

.movies h1 {
    text-align: center;
    color: lemonchiffon;
}

.movies p {
    text-align: justify;
    width: 700px;
    font-size: 25px;

    color: lemonchiffon;
}

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

.movies hr {
    border: 0;
    clear:both;
    display:block;
    width: 800px;               
    background-color: black;
    height: 6px;
}

nav#menu ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: fixed;
    text-align: center;
    top: 0px;
    bottom: 0px;
    background-color: rgb(189, 76, 57);
    background-image: url(/Gifs/snow.gif);
    border: rgb(139, 139, 138) 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 black;
    align-content: center;
    
}

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