.bee{
    height: 3rem;
}

.container{
    background-color: white;
    margin-bottom: 1rem;
    border-radius: 1em;
    box-shadow: var(--boxShadow);
    display: flex;
    flex-direction: column;
    align-items: center;
}

hr{
    width: 50%;
}

a{
    color: black;
    margin-bottom: 0.5rem;
}