@charset"UTF-8";

  body {
    color: #665f44;
    background: #ffffff;
    font-size: 15px;
    font-family: serif;
    line-height: 1.5;
    max-width: 700px;
    margin: auto;
    padding: 30px;

  }
   a {
  text-decoration: none;
  color: #fa709a;
  }
  a:hover{
  color: #d2b48c;
  }
  a:visited {
  color: #d2b48c;
  text-decoration: none;
  }
  
  h1 {
    font-weight: bold;
    text-align: center;
    color: #d1001c;
    font-size: 22px;
    font-family: serif;
  }
  h2 {
  padding: 0rem 0.5rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  }
    h3 {
    color: #fa709a;
    font size: 16px;
    border-bottom: double 3px #fa709a
  }
  .back{ 
  text-align: center;
  }
  .gray{
  color: #c0c0c0;
  }

.main-nav{
display: flex;
font-size: 1.25rem;
list-style: none;
}
.main-nav li{
margin-left:20px;
color: #00c9cc ;
  }
  .page-header{
  display: flex;
  justify-content space-between;
  }

</style>