body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
.top p{
    text-align: justify;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 30px;
}
.o{
    color: red;
    font-size: 80px;
    font-family: monospace;
}


.sheikh{
    color: orange;
} 
.flexible-conteiner{
    display: flex;
    margin-bottom: 40px;
}
.half{
    width: 50%;
    padding: 5%;
}
.half img{
    width: 80%;
    height: 80%;
    border-radius: 20%;
    border: solid 2px tomato ;
}
.hireme{
    text-decoration: none;
    background-image: linear-gradient(orange, tomato );
    color: whitesmoke;
    padding: 10px 30px;
    border-radius: 10% ;
    font-weight: 700;
}
.top{
    background-image: url(picture/top-banner.png);
    background-repeat: no-repeat;
    
}

.second-half{
    width: 50%;
    padding: 5%;
    padding-right: 50px;
}
.second-half img{
    width: 80%;
    height: 80%;
    border-radius: 50%;
    border: solid 2px green;
}
.contact{
    text-decoration: none;
    background-image: linear-gradient(orange, tomato);
    color: whitesmoke;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: 700;
}
.dream-big{
    background-image: url(picture/dream-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    
}
.dream-big p{
    text-align: justify;
}

section{
    padding: 10px;
}

.experience-area{
    background-image: url(picture/exp-bg.png);
    background-position: left;
    background-repeat: no-repeat;
}


.secone{
    height: 280px;
    width: 500px;
    padding-left: 25px;
    margin-left: 5%;
    margin-right: 5%;
    border-left:7px solid;
    border-image: linear-gradient(blue cyan);
    border-image-slice: 2;
    background-color:white;
    box-shadow: 10px 10px 20px gray;
}

.sectwo{
    height: 280px;
    width: 500px;
    padding-left: 25px;
    margin-left: 5%;
    margin-right: 5%;
    border-left:7px solid;
    border-image: linear-gradient(tomato red));
    border-image-slice: 2;
    background-color:white;
    box-shadow: 10px 10px 20px gray;

}
footer p{
    text-align: center;
}