body {
    background-color: #f9f0f5; 
    color: #4a004a; 
    font-family: Arial, sans-serif;
    margin: 0; 
    padding: 0;
    font-size: 15px;
}

.container {
    width: 90%; 
    max-width: 600px; 
    margin: 20px auto;
    text-align: center; 
}

h1 {
    color: #b30059;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.8em;
}

.subtitle {
    margin-top: 5px;
    font-weight: bold;
    color: #8a0045;
    margin-bottom: 20px;
}

h2 {
    color: #b30059;
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 1.3em;
}

h3 {
    color: #b30059;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 1.1em;
}

p, address {
    line-height: 1.4;
    margin-top: 0; 
    margin-bottom: 15px;
    font-style: normal;
}

a {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    color: #b30059;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul, ol {
    display: inline-block; 
    text-align: left; 
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0 0 0 20px; 
}

li {
    margin-bottom: 6px;
}

img {
    display: block; 
    margin: 15px auto;
    max-width: 100%; 
    height: auto; 
    border-radius: 10px;
    width: 90px;
}

.cta-section {
    margin-top: 20px;
    margin-bottom: 25px;
}

.buy-button {
    display: inline-block;
    background-color: #b30059;
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: bold;
    transition: background-color 1s ease;
}

.buy-button:hover {
    background-color: #8a0045; 
    text-decoration: none;
}