@charset "UTF-8";

body {
  font-family: Arial, sans-serif;
  max-width: 900px;
  color: gray;
  margin: auto;
  padding: 20px;
  font-size: small;
}

a {
  text-decoration: none;
  font-size: large;
}

a:hover{
  text-decoration: underline;
}

