main{
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgDetails {
    flex: 1; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em 20px 2em 0;
    background-color: #f6f5f5;
}

/* Estilos adicionales para la imagen */
.imgDetails img {
    margin: 1em 0;
    width: 60%; 
    height: auto;
}

.details {
    flex: 1; 
    margin-left: 10px;
    text-align: center;
    margin-right: 2em;
}

.details h1{
    font-size: 25px;
    margin-bottom: 2em;
}

.details p, .details h2{
    margin-bottom: 2em;
}

.details h2{
    font-size: 20px;
}

button{
    color: #34962f;
    border-color: #34962f;
    background-color: transparent;
    width: 80%;
    height: 45px;
    cursor: pointer;
    margin-bottom: 1em;
}

button:hover{
    background-color: rgb(233, 231, 231);
}

button:active{
    background-color: transparent;
}
