.shop h1{
    font-weight: bold;
    color: blanchedalmond;
    background: #0f0945;
    padding: 10px;
}

.shop h2{
    font-weight: bold;
    color:  #0f0945;
    /* padding: 10px; */
}

.shop address{
    font-size: 20px;
    color:#0f0945;
}
.social p{
    font-size: 22px;
    font-weight: bold;
    color: red;
    text-transform: uppercase;

}
.social a{
    border-radius: 10px;
    margin: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 30px;
    color: aliceblue;
}

.whatsapp{ background: #139545;}
.call{ background: blueviolet;}
.mail{ background:#08456b;}
.location{ background:#5f2005;}

.Stationery-footer{
    margin: 0px;
    padding: 0px;
    background: #83D0F4;
    color: black;
    font-size: larger;
}
.Stationery-footer p{
    display: inline-block;
    padding: 15px;
    margin: 0;
}