
a{
  text-decoration:none;
}
a:link{
  color:black;
}
a:visited{
  color:black;
}
a:hover{
  color:black;
}
a:focus{
  color:black;
}
a:active{
  color:black;
}

<style>
@font-face {
    font-family: 'Inconsolata-Server';
    src: url('/fonts/Inconsolata.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Inconsolata-Server', monospace;
}


/*img {
  width: 90%;
  height: auto;
}*/

img {
  border: 0px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
}

img:hover {
  box-shadow: 0 0 1px 1px rgba(0, 140, 186, 0.5);
}


div.main {
  max-width: 700px;
  margin: auto;
  text-align: center;

}

ul {
 /* max-width: 400px;*/
  width: 80%;
  margin: auto;
  text-align: left;

}


/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
@media screen and (max-width: 580px) {
img {
  width: 50%;
}


