/* CSS */
body {
    //background-color: #222;
    margin: 0;
}

h1 {
    text-transform: uppercase;
    color: green;
    font-size: 36px;
}

a {
    text-decoration: none;
    text-underline: none;
}