



/* header {
 
    padding: 30px;
    background-image: url(https://media.istockphoto.com/photos/technology-ne…=0&h=-HiUi3ULxlVFyOTW26jmwqN7ERopNCEpwywG4RijAgE=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}    */
nav{
    display: flex;
    background-color: #fafafa;
}
.logo{
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 20px;

}
#navbar{
    text-align: center;
    text-decoration: none;

   
}
.nav{
    list-style-type:none;
    display: inline-block;
    text-decoration: none;
    color: black;
    padding: 15px;
    text-align: center;
    margin-left: 225px;
    font-size: 20px;
    text-transform: capitalize;

}



body{
    padding: 0%;
    margin: 0%;
    background-image: url(https://www.seorepublik.com/wp-content/uploads/2017/03/slider-seorepublik.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;


    width: 100%;
    height: 100vh;
    /* background: linear-gradient(-45deg, #011124, #2668ae, #0b3241, #030303 ); */
   
}




#app1 {
    text-decoration: none;
    font-size: 18px;
    color: black;
}

#app2 {
text-decoration: none;
font-size: 18px;
color: black;

} 

#app3 {
    text-decoration: none;
    font-size: 18px;
    color: black;

}

#app4 {
text-decoration: none;
font-size: 18px;
color: black;

}
#app5 {
    text-decoration: none;
    font-size: 18px;
    color: black;
}


#img1 {
    position: relative;
    width: 450px;
    border-radius: 250px;
    margin-left: 200px;
    margin-top: 90px;
    
    border: 15px solid black;
}

#hi{
    position: absolute;
    left: 750px;
    top: 280px;
}

/* div{
    background-color: grey;
    border-style: dashed;
    margin: 10px;
} */

#about-me{
   position: relative;
   width: 1100px;
   left: 750px;
   top: -300px;
   font-size: 20px;
}

#buttonOne {
    color: black;
    background-color: #fafafa;
    padding: 25px;
    border-radius: 50px;
}

#workexperince{
    position: relative;
    left: 750px;
    background-color: #fafafa;
    top: -300px;
    padding: 25px;
    border-radius: 50px;
}

#work-list{
    position: relative;
    left: 800px;
    top: -280px;
    font-size: 15px;
}


#modal{
    background-image: url(https://i.pinimg.com/originals/74/43/a3/7443a31b6a19e5630b94a6538ff9bdd1.gif);
    background-color: aquamarine;
    position: fixed;
    top: 250px;
    left: 500px;
    height: 50%;
    width: 50%;
    z-index: 1;
    overflow: auto;
    display: none ;
    
}

#modal-textbox {
    font-size: 14px;
    background-color: #9d9c9c;
    height: 450px;
    width: 550px;
    border-radius: 2px;
    margin: 150px auto;
    box-shadow: 0 2px 2px ;

}

#forum-create{
    text-align: center;
}

#name{
    padding: 10px;
}

#email{
    padding:10px;

}

#disc{
    padding: 10px;
}

#openModal {
    position: relative;
    left: 390px;
    animation: shake 10s;
    background-color: red;
    padding: 15px;
    border-radius: 20px;
}

@keyframes shake {
    50%{
     transform: translateX(50px);  
    }
    100%{
        transform: translateX(-50px);
    }
}    


