body,html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
}


.equiry{
    top: 100%;
    left: 50%;
    translate: (-50%,-50%);
}

.hand-granules{
    right: 0%;
    top: 40%;
    float: right;
}

.pinned{
    overflow: hidden;
}

.bg-silverpet{
    background-color: #FFEDC8;
}

.nav-item{
    color: #584D3B;
    font-weight: 800;
    font-size: 1rem;
}

.heading{
    font-size: 2.5rem;
    font-weight: 800;
    color: #584D3B;
}

.txt{
    color: #584D3B;
}

.shadow-down{
    box-shadow: 2px 8px 30px 5px rgba(0, 0, 0, 0.26);
}

.bg-nav{
    background: #0000000a;
}

.ls{
    line-height: 0.65;
}