header{
    background-color: rgb(27, 149, 242);
    height: 100vh;
    color: white;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}
body{
    margin: 0px;
    font-size: 15px;
    background-color:rgb(236, 240, 244);

}
*{
    font-family: monospace;
    

    
}

header h1{
    margin: 0px;
    color: white;

}

h1{
    font-size: 3rem;
    color: rgb(72, 185, 242);
}
.button{
    height: 30px;
    width: 100px;
    border: none;
    border-radius: 10px;
}

.button:hover{
    background-color: darkblue;
    cursor: pointer;
    color: white;
}

img{
    height: 170px;
    width: 150px;
    border: 1px solid black;
}

section{
    height: 100vh;
    border: 1px solid grey;
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#ContactMe{
    height: 50vh;
}

#MyProjects{
    height: 40vh;
}

#MySkills{
    height: 120vh;
}

div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
    gap: 2rem;
    margin-bottom: 2rem;
    unicode-bidi: isolate;
}

#Programming{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px;
    border: 1px solid grey;
    padding: 20px 40px;
    text-align: center;
    width: 300px;
    height: 30vh;
    flex: 1;
}

#technologies{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px;
    border: 1px solid grey;
    padding: 20px 40px;
    text-align: center;
    width: 300px;
    height: 30vh;
    flex: 1;
}

#system{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px;
    border: 1px solid grey;
    padding: 20px 40px;
    text-align: center;
    width: 300px;
    height: 30vh;
    flex: 1;
}


main{
    padding: 20px;
}

.sub{
    height: 40px;
    width: 80px;
    border: 1px solid black;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    background-color: #2196f3;
}

.sub:hover{
    background-color: #1178cd;
}

input{
    border-radius: 5px;
    border: 3px solid lightslategray;
    height: 20px;
}

p .click{
    cursor: pointer;
}

footer{
    height: 150px;
    background-color: black;
    color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fixed{
    height: 70px;
    width: 70px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    background-color: #2196f3;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

header a{
    margin: 10px;
}

html{
    scroll-behavior: smooth;
}

h3{
    text-align: center;
}



.email-icon{
    height: 3rem; 
    width: 3rem;
    border: none;
}

.linkedin-icon{
    height: 3rem;
    width: 3rem;
    border: none;
}

.Facebook-icon{
    height: 3rem;
    width: 3rem;
    border: none;
}

.Instagram-icon{
    height: 3rem;
    width: 3rem;
    border: none;
}

.link{
    color: black;
    font-size: large;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.link:hover{
    background-color: rgb(188, 188, 188);
    color: black;
    border-radius: 2rem;
    text-decoration: underline;
}