header {
    color: white;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    
}
.logoimg {
    float: left;
    width: 138px;
}
ul {
    float: right;
    width: 420px;
    
}
section {
    width: 290px;
    padding: 10px;
    float: left;
    text-align: center;
    background-color: black;
}
main {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    background-color: black;
    text-decoration-color: white;
}
body {
    background-image: url(images/backgroundstar.jpg);
    width: 100%;
        
}
p{
    color: white;
}
li {
    display: inline;
    font-family: impact;
    padding-right: 60px;
}
h2 {
    color: #ffe919;
}
h1 {
    color: #ffe919;
    text-align: center;
}
footer {
    margin-left: auto;
    margin-right: auto;
    background-color: #ffe919;
    clear: both;
    height: 50px;
    text-align: center;
    padding-top: 25px;
}
a:link {
    text-decoration: none;
    text-decoration-color: white;
}
a:visited {
    text-decoration: none;
    color: white;
}

