@font-face {
    font-family: 'Typewriter';
    src: url(Tox\ Typewriter.ttf);
}
body{
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS5ZhdDsAoIFXg-oL4WxOQ0B4jUVjy8sNO8Vw&s);
    background-size: cover;
    background-repeat: no-repeat;
    
    color: black;
    font-family: 'Typewriter';

    padding: 1rem 5%;
}

.nombre{
    margin-bottom: 2rem;

    font-size: 3rem;
    font-weight: 600;
    text-decoration: underline;
}

.retrato{
    display: block;

    width: 20rem;
    max-width: 80vw;
    aspect-ratio: 1/1;

    transform: rotate(-2deg);
    
    margin-bottom: 2rem;
    border: 3px solid black;
}

.caracteristicas{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;

    box-sizing: border-box;
    width: 100%;
    max-width: 20rem;
    
    margin-bottom: 1rem;
    padding: 0 1rem;
}
.caracteristica{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}
.caracteristica-numero{
    font-size: 3rem;
    font-weight: 600;
    text-decoration: underline;
}
.caracteristica-nombre{
    font-weight: 600;
}

hr{
    border: 2px solid black;
    max-width: 20rem;
    
    margin: 1rem 0;
}

.clase-nombre{
    margin-bottom: 1rem;

    font-size: 2rem;
    font-weight: 600;
    text-decoration: underline;
}
.clase h3{
    margin-bottom: .5rem;

    font-weight: 600;
    text-decoration: underline;
}
.clase ul{
    margin-bottom: 1rem;
    padding-left: 1rem;
    list-style-type: disc;
}
.clase li{
    max-width: 19rem;
}





a{
    line-height: 3rem;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: underline;

    color: black;
}