
body {
    background-color: #fffafc;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: "Brush Script MT", cursive;
    margin: 0;
}

.about-container p {
    color: #ff69b4;
    background: #e0ffe0;
    padding: 30px 40px;
    border: 4px double #90ee90;
    border-radius: 15px;
    font-size: 2em;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
