body {
    direction: rtl;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Noto Kufi Arabic', sans-serif;
    padding-bottom: 150px;
}

a {
    color: #ffffff;
    text-decoration: none;
}

.tophot img {
    width: 100%;
}

.name {
    text-align: center;
    width: 80%;
    margin: 0px auto 20px auto;
}

.name h1 {
font-size: 60px;
margin: 0px auto 20px auto;
}
.name .pio {
    font-size: 20px;
    margin: 20px auto 20px auto;
    }

.but001 {
    width: 90%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    border: 3px solid #555555;
    border-radius: 200px;
    margin: 20px auto 20px auto;
}

.icon001 {
    width: 11.5%;
    height: 100%;
    float: left;
    border-radius: 200px
}

.icon001 img {
    float: left;
    height: 62px;
    margin-top: 18px;
    margin-left: 18px;
}



.butext001 {
    width: 88.5%;
    height: 100%;
    float: left;
    border-radius: 200px;
    text-align: center;
}

.butext001-a {
    font-size: 30px;
    margin: 20px 11% 20px 0px;
}



