.doctors .leftArrow
{
    font-weight: bold;
}

body
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navbar
{
    width: 100%;
}

footer
{
    width: 100%;
}

.doctors
{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.doctors .treatmentLabel
{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}