@charset "UTF-8";
body {
    margin: 75px auto;
    max-width: 850px;
    padding: 0 10px;
    background-color: black;
    color: gold;
    font-family: "Courier New", monospace;
    line-height: 1.6;
    font-size: 18px;
}
h1,h2,h3{
    line-height: 1.2;
}
h1.title{
    text-align: center;
}
a:hover {
    font-weight: bold;
    background: #66ff66;
}
footer {
    text-align: center;
}
