html{
	font-family:vazir,sans-serif;
	font-size:100%;
}       
.cont {
    width: 350px;
    height: 800px;
    margin:-140px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
#body{overflow:hidden;
    Overflow-y: hidden;
}
.main {
    width: 245px;
    height: 50px;
    background-color: blue;
    margin-top:10px;
    border-radius: 7px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    
}

.main:nth-of-type(1) {
    height: 130px;
    width: 130px;
    background-color: #cfc8c8;
    border-radius: 100%;
    background-image: url(../img/1.jpeg);
    background-size: cover;
}

.main:nth-of-type(2) {
    background-color: #00abd6;

}

.main:nth-of-type(3) {
    background-color: #006dd3 ;

}

.main:nth-of-type(4) {
    background-color: #e10e0e;

}

.main:nth-of-type(5) {
    background-color: #25A403  ;

}

.main:nth-of-type(6) {
    background-color: #5DBA05;

}

.fab {
    width: 40px;
    height: 30px;
    font-size: 30px;
}


.fa-telegram {
    color: white;

}

.fa-facebook {
    color: white;

}

.fa-twitter {
    color: white;

}

.fa-youtube {
    color: white;
    padding-left:-4px;
}

.fa-instagram {

    color: white;
}

.main p {
    margin-left: 35px;
}

.main i {
    margin-left: 20px;
}

img {
    height: 100px;
    width: 200px;   
}
.house{
    height:50px;
    width:50px;
    margin:5px 0px 0px 10px;
}
.footer{
    position:fixed;
    bottom:0;
    left:50%;
    transform:translate(-50%);
}


