@media(min-width:320px) {
 body {
  font-size:50px;
 }
}

@media(min-width:1025px) {
 body {
  font-size:20px;
 }
}

body {
 margin:1% 5% 20px 5%;
 background:black;
 font-family:Courier New;
 color: white;
}

li {
 margin:10px;
}

img.new {
 position:relative;
 top:5px;
 margin-left:10px;
 width:30px;
 height:30px;
}

a {
 color:white;
}

a:visited {
 color:white;
}

.title-bar {
 text-align:right;
}

.title-bar a {
 margin-bottom:0px;
 font-style:italic;
 text-align:end;
 text-decoration:none;
}

h1.title {
 
}

h3 {
 margin-bottom:50px;
}

h3 span {
 margin-left: 10px;
}
