@font-face {
  font-family: "vt220";
  src: url("vt220.ttf") format("truetype");
}
body {
  background-color: black;
  font-size: 1.2em;
  font-family: "vt220", Courier, monospace;
  color: #66CC66;
}
.backlog {
  width: 40%;
  margin: 2em auto;
  text-align: center;
}
.right {
    float: right;
    width: 300px;
}

a, a:visited, a:link {
  color: #66CC66;
  text-decoration: none;
}
a:hover, a:active {
  color: #AAEEAA;
  text-decoration: underline;
}

.luogo a, .luogo a:visited, .luogo a:link {
    color: #FFEEAA;
}

.news {
    width: 40%;
    margin: 1em auto;
    text-align: center;
    font-size: 2em;
    color: #FFEEAA;
}
.oldnews {
    font-size: 1.2em;
}

@media screen and (max-width: 800px) {
  .right {
    float: none;
    text-align: center;
    margin: auto;
  }
}
hr { width: 15em; }
