.history{
    padding: 3rem ;
}

h3{
    font-size: 1.6rem;
}

h1{
    font-size: 2.6rem;
    margin: 1rem auto;
}
.history ul{
    font-size: 1.6rem;
}

.quote{
    background-color: #eb648c;
    margin: 1rem;
    padding: 2rem;
    box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0.7);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.quote p{
    color: #fafafa;
    text-align: center;
}

.confession{
    padding: 3rem ;
}

.confession ul{
    font-size: 1.6rem;
    list-style: square;
}

.confession ul li{
    margin: 1rem;
}

.confession ul li ul{
    list-style: circle;
   
}