 p {
    font-size: 1.85rem;
    line-height: 6.8;
    max-width:80ch ;
    text-align: left;
    }
  
  h2 {
     font-size: 18px;
     font-weight: 600;
     color: white;
     letter-spacing: 20px;
     margin-bottom: 12px;
     }
  
  body {
      background: #9076ab;
      color: #e0e0e0;
      font-family: 'Courier New'; 
  }


nav a {
  background-color: purple;
  color: white;
  border: 1px solid black;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 24px;
  display: flex;
  gap: 24px;
}

a:hover { 
  color:green;
}


  
  
  
