#docSelPerson
{
    display: flex;
    flex-direction: column;
    gap: 1vw;
    text-align: center;
}

#docSelPerson > h2
{
    font-size: 1.75rem;
}

#docSelPerson > div
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 1vw;
}

#docSelPerson > div > a,
#docSelPerson > div > a > *
{
    cursor: pointer;
}

#docSelPerson > div > a
{
    display: flex;
    flex-direction: column;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    color: #000;
    border: #000 solid 1px;
    border-radius: 1vw;
    font-size: 1.75rem;
    font-weight: bolder;
}

#docSelPerson > div > a > img
{
    width: 200px;
}
