@charset "UTF-8";
/* CSS Dcoument */

* {
    font-family: Arial, Helvetica, sans-serif;
    color:rgba(240, 255, 255, 0.808);
}

body, head {
    background-color:rgba(0, 0, 0, 0.63);
}

.container {
    margin: auto;
    max-width: 1024px;
    border: 4px solid rgba(0, 0, 0, 0.63);
    background: rgba(36, 36, 36, 0.815);
    padding: 0 20px 20px;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

nav {
    text-decoration: none;
    font-size: 1.5em;
}

nav a:link, nav a:visited {
    color: rgba(255, 255, 255, 0.493);
    text-decoration: none;
}

nav a:hover, nav a:focus {
    color: rgba(255, 255, 255, 0.288);
    text-decoration: none;
}

nav ul {
    list-style-type: none;
    text-align: center;
}

nav li {
    display: inline-block;
    margin-right: 15px;
}