body{
    direction: rtl;
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 10px;
    text-align: center;
    background-color: rgb(247, 249, 252);
    color: rgb(54, 54, 54);
    border-radius: 40px;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 20%);
}
.logo {
    margin: 10px;
    text-align: center;
}
img{
    vertical-align: middle;
    padding-left: 5px;
}

p, h1, h5{
    text-align: right;
    margin: 0;
}
h1{
    /*font-size:10px;*/
    color: cadetblue;
    text-align: center;
}
a{
    color: black;
    font-weight: 600;
    text-decoration: none
}

.text{
    border: none;
    display: inline;
    background: none;
    padding: 0;
    font-weight: 400;
}

.bottom, .telegram, .whatsapp{
    font-size: 12px;
    
}

.bottom-center .bottom{
    font-size: 16px;
 
}
.bottom-left,.bottom-right,.telegram-left,.telegram-right,.whatsapp-left,.whatsapp-right{
    text-align: center;
    width: calc( 50% - 5px);
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
    
}
.bottom-left,.telegram-left,.whatsapp-left{
    margin-right: 2px;
}
.bottom-right,.telegram-right,.whatsapp-right{
    margin-left: 2px;
}    
.telegram-right,.telegram-left{
    background: #3ec1f3;
    border-color: #00709b;
}
.whatsapp-right,.whatsapp-left{
    background: #1bbb6b;
    border-color: #017039;
    
}
.bottom-center {
    border: 1px solid #f99003;
    border-radius: 5px;
    padding: 5px;
    background: #faebd7;
    margin-bottom: 10px;
    text-align: center;
    
    
}


.instagram{
    background: none;
    border: 5px solid red;
    border-radius: 30px;
}

iframe {
    width: 100%;
}
@media (max-width: 600px){
body{
    direction: rtl;
    width: 340px;
    background-color: rgb(247, 249, 252);
 border-radius: 0;
}
.instagram{
    border: 3px solid red;
    border-radius: 20px;
}    
    
    
}