.navigation {
    height: 50px;
    width: 50px;
    background-color: #fff;
    font-size: 1.5;
    display: grid;
    place-items: center;
    color: #76045D;
    box-shadow: 0 0 8px #0005;
}