body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Arial, sans-serif;
}

html {
    width: 100%;
}

.first-section {
    background-color: #AC0B11;
}

.third-section {
    background-color: #AC0B11;
}

.text-section {
    margin-left: 20px;
}

.ame-seu-produto-title {
    color: #F9E8CF;
    text-align: center;
    margin: 0;
}

.ame-seu-produto-description {
    color: #F9E8CF;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}

.download-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #F9E8CF;
    color: #AC0B11;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.second-section {
    background-color: #F9E8CF;
}

.sobre-ebook-title {
    color: #AC0B11;
}

.sobre-ebook-description {
    color: #AC0B11;
}

.image-container {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apresentacao-title {
    color: #F9E8CF;
}

.apresentacao-description {
    color: #F9E8CF;
}

.comprar-button {
    background-color: #F9E8CF;
    color: #AC0B11;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.comprar-button:hover {
    background-color: #e0d3b8;
}

.contatos {
    color: #F9E8CF;
    margin-top: 20px;
}

.instagram-icon {
    font-size: 2rem;
    color: #F9E8CF;
    margin-right: 10px;
}