﻿#menu {
    background-color: purple;
    font-family: 'Cascadia Code';
    color: white;
    height: 95px;
}

#titulo {
    font-style: oblique;
    font-size: 70px;
    color: darkred;
    object-position: center;
    font-family: 'Inter', sans-serif;
}

#piePagina {
    background-color: purple;
    color: white;
}

#cuenta {
    background-color: whitesmoke;
    width: 800px;
    font-family: 'Inter', sans-serif;
}

#inicio {
    background-image: url('../imagenes/fondo1.jpg');
    background-size: 100%;
}

#fondo_h {
    background-image: url('../imagenes/fondo_historia.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 150%;
    padding: 100px;
}

#estadistica{
    width: 80%;
    position: center;
    height: auto;
}

.comentario {
    background-color:transparent;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.foto {
    max-width: 150px;
}

.nombre {
    font-family: 'Berlin Sans FB Demi', sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}

.texto {
    font-size: 30px;
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    position: center;
}

.logros {
    background-color: ghostwhite;
    border-radius: 15px;
    display: flex; 
    align-items: center; 
    gap: 20px; 
}

.modelo {
    height: 200px;
    width: auto;
    border-radius: 100%;
    padding: 20px;
}

#comment {
    background: white;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}
