* { margin: 0; padding: 0; }

body { background: #000000; font: normal 12px Verdana; color: #4E515B; }
p { text-align: justify; }
a { text-decoration: none; color: #CDCDE2; }
a:hover { text-decoration: underline; color: #FFFFFF; }

h1 { margin: 0; text-align: center; letter-spacing: -5px; font-size: 58px; font-weight: normal; }
h2 { margin: 0; text-align: center; letter-spacing: -5px; font-size: 50px; font-weight: normal; }

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