.container_ler {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

}

.container_ler img {
    width: 100px;
    /* Adjust the width as needed */
    height: auto;
}

.container_ler .text {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 48px;
    text-align: center;
    color: #BF5700;
}

.listmonk-form {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 500px;
}

.listmonk-form h3 {
    margin-top: 0;
    font-size: 24px;
    color: #333;
}

.listmonk-form p {
    margin: 15px 0;
}

.listmonk-form input[type="email"],
.listmonk-form input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.listmonk-form input[type="checkbox"] {
    margin-right: 10px;
}

.listmonk-form label {
    font-size: 14px;
    color: #666;
}

.listmonk-form input[type="submit"] {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

.listmonk-form input[type="submit"]:hover {
    background: #994600;
}

.homepage-intro {
    text-align: center;
    padding: 2rem;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.homepage-intro h1 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.homepage-intro p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.homepage-intro .button {
    background-color: #BF5700;
    color: white;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
}

.homepage-intro .button:hover {
    background-color: #994600;
}
