*
{
box-sizing: border-box;
font-family: arial, sans-serif, sans serif;
font-size: 1em;
color: navy;
}

.title {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  max-width: 850px;
 }

body {background-color: wheat; width: 100%; padding: 1em;}

/* unvisited link */
a:link {color: blue; font-weight:bold;}
/* visited link */
a:visited {
color: purple;
}

/* mouse over link */
a:hover {
color: red;
}

/* selected link */
a:focus {
color: red;
}
