body {
   font-family: 'Open Sans', sans-serif;
   }.title {
   text-align: center;
   width: auto;
   margin: 20% auto 0rem;
   font-size: 1.7rem;
   font-weight: 600;
}
.content {
   font-size: 1.3rem;
   text-align: center;
   width: auto;
   margin:1rem auto;
   font-weight: 400;
}
a {
   text-decoration: none;
}