body {
    margin: 0;
    background-color: #eeeeee;
    font-family: Arial, sans-serif;
    color: #222222;
}


header {
    background-color: #111111;
    color: white;
    height: 90px;

    display: flex;
    align-items: center;

    padding: 0 30px;
    gap: 20px;
}

header img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

header h1 {
    font-size: 25px;
    font-style: italic;
}


main {
    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 500px;
}



.foto {
    width: 150px;
    height: 150px;

   

    display: block;
    margin: 0 auto;
}




.tarjeta h2 {
    font-size: 24px;
    margin-bottom: 10px;
}



.tarjeta p {
    font-size: 17px;
    color: #555555;
}



footer {
    background-color: #111111;
    color: white;

    text-align: center;

    padding: 15px;

    font-size: 15px;
}
