@import url('https://fonts.googleapis.com/css2?family=Yatra+One&display=swap');

.first-container{
    width: 100vw;
    background-image: url("fractImg1.png");
    background-size: cover;
    background-position:10% 90%;
    height: 85vh;
    margin-bottom: 120px;
    display: flex;
    align-items: flex-end;
    border-bottom: 5px solid red;
    border-bottom-right-radius: 20% ;
    
}
.author{
 
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 70vh;
    margin-left: 30px;
padding-top: 10px;
padding-left: 10px;



}
.author-photo{
    background-image: url('author-pic.jpg');
    width: 100%;
    height: 100%;
    background-position: 70% 50%;
    background-size:cover;
    
}
.author-name{
    text-align: center;
    
    font-size: 30px;
}
.quote{
    margin: 30px;
    padding: 20px;
    width: 70%;
    font-size: 20px;
    font-family: 'Yatra One', cursive !important;
}
.informations{
    font-size: 19px;
    margin-top: 30px;

    height: 50vh;
    background-image: linear-gradient(transparent, rgb(213, 221, 138));
    padding: 30px 40px;
}
.informations p{
    margin-bottom: 80px;
}
.informations ul{
    margin: 20px;

}
.informations li{
    margin-top: 20px;
    padding-left: 30px;

}
.informations li:last-child{
    margin-bottom: 80px;
}