
body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #fff8f0;
    margin: 0;
    padding: 0;
    background-image: url('images/flower_border.png');
    background-repeat: repeat-y;
    background-position: left, right;
    background-size: 100px auto;
}

.container {
    width: 90%;
    max-width: 600px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(204, 102, 153, 0.2);
}

h1, h2 {
    text-align: center;
    color: #cc3366;
}

.section {
    margin-bottom: 40px;
    border-bottom: 2px dashed #ffb6c1;
    padding-bottom: 20px;
}

.section p {
    font-size: 1.1em;
    color: #333;
    line-height: 1.6;
    text-align: justify;
}

img {
    width: 100%;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

footer {
    text-align: center;
    padding: 20px;
    font-style: italic;
    color: #666;
    border-top: 2px dotted #fbb;
    margin-top: 40px;
}
