section{
    height:100vh ;
    background:radial-gradient(#ae9cb0 ,rgb(97, 59, 106));
   
}
h1{

    font-family: "Irish Grover", serif;
    font-size: 80px;
    text-align:center;
    color: rgb(194, 202, 235)
} 
p{
    
    font-size: 20px;
}
*{
  margin: 0; 
  padding: 0;
}
.author-description{
    font-family: "Shadows Into Light", serif;
    display: flex;
    justify-content: space-evenly;
}
.lynn{
    border-radius: 10px;
    height: 500px;
}


@media (max-width: 600px){
 section{
    display: flex;
    flex-direction: column;
    height: 100%;
 }   
 h1{
    font-size: 40px;
 }
 .author-description{
    display: flex; 
    flex-direction: column;
 }
 p{
    font-size: 15px;
 }
}
