.npc-creation {
    background-color: #ffffff;
    margin: 5px;
    border: 1px solid #000000;
    border-radius: 50%;

    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
}

.npc-creation:hover {
    filter: brightness(50%);
}

.npc {
    background-color: #ffffff;
    margin: 5px;
    border: 1px solid #000000;

    display: flex;
    flex-direction: row;
}