/* === HOME PAGE === */
#page-home {
    /* Change this size to resize both Home text blocks. */
    font-size: 1.4rem;
    line-height: 1.5;
}
.avatar {
    width: min(100%, 560px);
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto 1.5rem auto;
    background-image: url('imgs/halo_round.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cross {
    width: min(24%, 140px);
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto 1.5rem auto;
    background-image: url('imgs/cross.gif');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
        
.name {
    width: min(75%, 320px);
    height: auto;
    aspect-ratio: 217 / 57;
    margin: 0 auto 1.5rem auto;
    background-image: url('imgs/konypyon_text.gif');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.tagline {
    font-size: inherit;
    color: #5d4a7a;
    margin-bottom: 1.2rem;
}

.bio {
    font-size: inherit;
    color: #3d2d55;
    background: rgba(255,255,255,0.5);
    padding: 0.4rem 1rem;
    max-width: 100%;
    overflow-wrap: anywhere;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 1rem;
}
