body {
    background-color: rgb(5, 21, 56);
    background-image: url(/Gifs/background4.gif);
}

* {
    margin: 0;
}

.wordart {
    font-family: Arial, sans-serif;
    font-size: 60px;
    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.rainbow {
    transform: scale(1, 1.5);
    -webkit-transform: scale(1, 1.5);
    -moz-transform: scale(1, 1.5);
    -o-transform: scale(1, 1.5);
    -ms-transform: scale(1, 1.5);
}
  
.wordart.rainbow .text {
    background: red; 
    background: -webkit-linear-gradient(left, #b306a9, #ef2667, #f42e2c, #ffa509, #fdfc00, #55ac2f, #0b13fd, #a804af);
    background: -o-linear-gradient(left, #b306a9, #ef2667, #f42e2c, #ffa509, #fdfc00, #55ac2f, #0b13fd, #a804af);
    background: -moz-linear-gradient(left, #b306a9, #ef2667, #f42e2c, #ffa509, #fdfc00, #55ac2f, #0b13fd, #a804af);
    background: linear-gradient(to right, #b306a9, #ef2667, #f42e2c, #ffa509, #fdfc00, #55ac2f, #0b13fd, #a804af); 
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.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(147, 30, 177);
    background-image: url(/Gifs/background4.gif);
    border: rgb(248, 248, 176) 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(55, 241, 111);
    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: 100%;
    margin-left: 1190px;  
    width: 250px;    
}

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

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

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

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

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

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

    color: rgb(48, 240, 240);
}

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

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

