@charset "UTF-8";
body { 
    margin: 20px 10%;
    background-image:url("night.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;
    background-attachment: fixed;
    }

header { 
    color: rgb(177,156,217);
    font-size: 2em;
    text-align: center;
}

h1 {
    font-size: 2em;
    text-shadow: 0px 3px 6px rgb(160,32,240);
}

h2{
    color: rgb(115,15,173);
    font-style: bold;
}

h3 {
    color: rgb(115,15,173);
    font-style: bold;
}

a:link {
    color: rgb(129,183,65);
    text-decoration: none;
    font-style: italic;
    font-style: bold;
    text-shadow: 0px 3px 4px rgb(47,80,6);
}

a:visited {
    color: rgb(129,183,65);
    font-style: italic;
}

a:hover {
    color: rgb(136,243,11);
}

nav {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    background-color: rgb(47,80,6);
}

nav a {
    padding: 10px;
    display: inline-block;
    text-align: center;
    background-color: rgb(47,80,6);
    margin-right: 20px;
}
section {
    border: 2px solid rgb(47,80,6);
    border-radius: 15px;
    padding: 15px;
}

p {
    color: rgb(177,156,217);
    text-decoration: none;
    text-shadow: 0px 3px 6px rgb(160,32,240);
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}



