﻿PlayerIconPanel {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 64px;
    font-family: Balsamiq Sans;
    color: white;
    gap: 20px;
    
    .player-icon {
        width: 100%;
        aspect-ratio: 1;
        border-radius: 12px;
    }
    
    .name {
        text-stroke: 12px black;
    }
}
