

body {

font-family: "Comic Sans", Verdana, non-serif;

font-size: 1.3em;

color: fuchsia;

background-color: black;

background-image: url(../images/star.jpg);

background-repeat: no-repeat;

background-attachment: fixed;

background-position: top right;

padding-left: 5px;


}

p {color: fuchsia;

padding-right: 350px;

}


h1 {

font-size: 1.5em;

}

h2 {

font-size: 1.3em;

}

h3 {

font-size: 1em;

text-decoration: underline;



}


}

a:link {

background-color: black

color: fuchsia;

text-decoration: none;

}

a:visited {

background-color: black;

color: fuchsia;

text-decoration: none;

}

a:hover {

background-color: fuchsia;

color: black;

text-decoration: underline;


}

a:active {

background-color: black;

color: fuchsia;

text-decoration: underline;

}


.navbar {

font-size: 1em;

background-color: black;

color: fuchia;

text-decoration: none;

width: 250px;

margin-left: auto;

margin-right: auto;

border-style: double;

border-color: fuchia;

border-width: medium;

padding: 5px 5px;

text-align: center

}


.movie {
 
margin-left: 25%;

margin-right: auto;

}

.div {

padding-right: 5px;

padding-left: 5px;

}



text-align: center;
}