/* body: background color fonts headings & padding*/
body {

background-color:#cfcfcf;
color:#242423; 
font-family:Verdana;
padding-top: 150px;
/*padding-left: 100px;
padding-right: 100px;*/
}
.img{
    width: 180px;
    border-radius: 50%;
    border: 6px solid white;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    z-index: 1;
   } 
h1{
    height: 3.5rem;
    width: 300px;
  /*margin: 0;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    white-space: nowrap;

}
.heroline{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color:#f8fafc,#e2e8f0;
    padding: 140px;
    font-size: 40px;
    margin-top: 70px;
}
h2{
    font-size: 40px;
}
.icons{
    margin-top: 40px;
    display: flex;
    gap: 30px;
    align-items: center;
    width:50px;
    height: auto;
    margin-bottom: 40px;
    
}
.nav-container{
    display: flex;
    justify-content: center;
    /*gap: 42px;
    padding: 40px;*/
    background:#725752;
    border-radius: 10px;
    margin-bottom: 20px;
    position: fixed;
    top: 0;
    width:100%;
    height: 70px;
    z-index: 1000;
}
.nav-block{
    display: inline-block;
    background-color: #fff;
    color:#111;
    padding:10px 20px ;
    border-radius: 6px;
    margin-bottom: 20px;
}
.nav-block:hover{
    background-color:#cfcfcf;
}
.about{
    background-color:#cfcfcf;
    padding:20px;

}
p2 {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 20px;
}
.experience&SkillsPage{
background-color: #d8e2dc;
padding:300px;
}
.expList{
    background: #d8e2dc;
    font-size: 20px;
   /* background-color: #d8e2dc;*/
    padding:30px ;
}

.contact-logo {
  height: 2.5rem;
  margin: 0;
  justify-content: center;
}
.flex1 {
 display: flex;
 justify-content: flex-start;

}
.flex{
    display: flex;
    justify-content:flex-start;
}


.contact {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: start;
  padding-right: 8rem;
}
.box{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.img{
    max-width: 200px;
    height:auto;
    display: block;
}