/* CSS reset */
.container img {
    max-width: 200px;
    max-height:250px;
    width: auto;
    height: auto;
    
}
.container {
    clear: both;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
img {
    vertical-align: top;
    
}

        body {
            font-family: Arial, sans-serif;
            text-align: center;
            background-color: #f4f4f4;
            margin: 0;
            padding: 50px;
            color: #333;
        }
        .texto {
            background: white;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            max-width: 600px;
            margin: auto;
        }
        h1 {
            color: #0073e6;
        }
        p {
            font-size: 18px;
            line-height: 1.5;
        }
        .highlight {
            font-weight: bold;
            color: #0073e6;
        }
        .email-link {
            margin-top: 20px;
            font-size: 16px;
        }
        .email-link a {
            color: #0073e6;
            text-decoration: none;
            font-weight: bold;
        }
        .email-link a:hover {
            text-decoration: underline;
        }

