.page-view{
    min-height: calc(100vh - 200px);
}
.small-logo-aria{
    width: 4rem;
    height: 4rem;
    background-color: whitesmoke;
    justify-self: center;
    margin: 1rem 0 2rem 0;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    border-radius: 50%;
}

.text-normal{
    line-height: 2rem;
}

.page-view ul li{
    background-color: transparent;
}

/*.bg-light-opacity50{*/
/*    background-color: whitesmoke;*/
/*    opacity: 50%;*/
/*}*/
