@import url();



/* Site
-------------------------------------------------- */

body {
  font-family: Times, serif;
  width: 50%;
  size: 12pt;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: red;
}


@media screen and (max-width: 800px) {
  body{
    width: 95%; 
  }
}
