/*
Theme Name: Memorial Theme
Theme URI: https://tusitio.com
Author: Tu Nombre
Author URI: https://tusitio.com
Description: Un tema personalizado para la plataforma de memoriales.
Version: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: memorial-theme
*/
.memorial-header {
    text-align: center;
    padding: 30px;
    color: white;
    border-radius: 10px;
}

.memorial-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    margin-bottom: 10px;
}

.memorial-info h1 {
    font-size: 2rem;
    margin: 10px 0;
}

.memorial-info p {
    font-size: 1.2rem;
    margin: 5px 0;
}

.bandera-icon {
    width: 30px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
