.about {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url('../images/about-bg.png');
    background-size: 100% 100%;
    color: #ffffffe8;
}

.about-text {
    width: 90%;
    max-width: 900px;
    margin: auto;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.about-title {
    text-align: center;
    font-family: 'Freehand', cursive;
    font-size: 2.5rem;
} 

.about p {
    line-height: 1.5;
    margin-bottom: 2rem;
}