@charset "UTF-8";
/* autoprefixed 050922 */

#aboutContent {
   grid-area: body;
}

#aboutContent h1 {
   text-align: center;
}

#aboutContent a {
   color: #42a7c6;
   text-decoration: none;
}

#aboutContent a:hover {
   text-decoration: underline;
}
