body {
    font-family: Arial, sans-serif;
    padding: 20px;
}

.logo-container {
    text-align: center;
}

.logo {
    max-height: 200px;
}

.welcome-text {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.offer-card {
    border: none;
    background-color: transparent;
    text-align: center;
    margin-bottom: 20px;
}

.offer-card img {
    max-height: 200px;
    object-fit: cover;
    width: 100%;
}

.offer-card h5 {
    margin-top: 10px;
    min-height: 50px;
}

.offer-card p {
    margin-bottom: 0;
    min-height: 100px;
}

.offer-discount {
    font-weight: bold;
    color: red;
    font-size: 18px;
}

.btn-pegar-cupom {
    background-color: #00cccc;
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 20px;
    margin-top: 10px;
}
