.about {
    max-width: 700px;
    margin: 100px auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
    text-align: center;
}

.about h1 {
    color: #4a90e2;
    margin-bottom: 20px;
}

.about p {
    line-height: 1.6;
    margin-bottom: 15px;
}