h1 {
    text-align: center;
    font-size: 24px;
    margin-top: 0px;
    color: #333;
}
h2 {
    text-align: center;
    font-size: 20px;
    margin-top: 0px;
    color: #333;
}

#contenedor {
    text-align: center;
	margin: 50px auto;
    max-width: 600px;
}

#imagen {
    width: 100%;
    height: auto;
}

#Header {
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    color: #e66f20;
}

#Text {
    font-size: 18px;
}


#botones {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

button {
    font-size: 16px;
    padding: 10px 20px;
    margin: 0 5px;
    cursor: pointer;
}
