*{ 
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito";
}
.someone{
    width: 100%;
    height:500px ;
}
.phrase{
    width: 100%;
    height: 100%;
    background-color:rgb(255, 158, 187);
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.icon3{
    font-size: 4em;
}
.date{
    color: white;
    font-size: 2em;
    padding-bottom: 50px;
    padding-top: 30px;
}
.title-author{
    font-size: 2em;
}