.ribin{
    position: absolute;
    height: 6rem;
    width: 7.5rem;
    background: rgb(255, 187, 0);
}
.ribin::after{
    content: '';
    position: absolute;
    bottom: -33px;
    left: 0;
    border-left: 60px solid rgb(255, 187, 0);
    border-right: 60px solid rgb(255, 187, 0);
    border-top: 25px solid transparent;
    border-bottom: 33px solid transparent;
}

.bak-shd{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.415);
}

.name{
    margin-left: 8rem;
    margin-top: 1.5rem;
    /* margin-bottom: 1rem; */
    color: white;
    position: relative;
    font-family: var(--font-1);
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}

.magic-alg-1{
    display: flex;
    flex-direction: row;
    column-gap: 25px;
}

.navs{
    list-style-type: none;
    text-decoration: none;
}