/* General styles */
body {
    font-family: Roboto, Helvetica, Arial;;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

/* Container for the content */
.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 20px;
    margin-top: 150px;
}

/* Styles for the image */
.content img {
    max-width: 60%;
    height: auto;
    margin-bottom: 20px;
}

/* Styles for the paragraph */
.content p {
    font-size: 14px;
    line-height: 1.2;
    max-width: 600px;
    margin: 0 auto;
    padding: 5px;
}
/* Styles for the green button live */
.background-container-button {
    background-color: #2C4B2B;
    color: #F8F8F8;
    font-family: Roboto, Helvetica, Arial;
    padding: 15px 30px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
}
