*{
    margin: 0;
    padding: 10;
}
.navbar ul{
   
    padding: 10px;
    margin: 0px;
    list-style-type: none;
    display: inline-flex;
   
}
.navbar a{
    display: block;
}
.navbar{
    background-color: hsl(0, 0%, 25%);
}
.icon{
    color: black;
    text-align: center;
}
.Projects{
text-align: center;

}

.Contact{
text-align: center;

}
.About{
   text-align: center;
}
.menu{

    width: 400px;
    float: left;
    height: 70px;
    
    
}
.menu a:hover{
    background-color: rgb(70, 70, 70);
}
body{
background-color: rgb(40, 40, 40);


}
img{
padding-bottom: 10;

}
ul{
float: left;
display: flex;
justify-content: center;
align-items: center;

}

ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
    
}