.purple-color{color:#800080}
html{
    color: black;
}
h1 {font-size:2.5em;}
body{font-family:sans-serif;color:#777777;  }
.primarybutton{
   color: white;
    float:left;
    text-decoration: none;
    padding:10px;
  margin:2px;
  
    border-radius: 40px;
    background-color: #800080;
}

.experience{
    color:black;
    background-color: lightcyan;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 96%;
}

.DIV{
    border-top: solid white 10px;
   background-color: lightcyan;
  display: flex;  
  flex-direction: row;
  padding: 10px;
  justify-content: space-evenly;
}
#image{
    object-fit: cover;
    width: 60%;
}
.DIV div{
    width:100%;
    text-align: center;
    padding: 5px;
}
.skills{
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: center;
}
.profile{
    display: flex;
    justify-content: center;
}
.profile img{
    border-radius:8px;
    width:400px;
    height:auto;
    object-fit: contain;
}
.profile section{
    padding:20px;
    width:50%;
}

@media screen and (max-width: 800px) {
    .DIV{
        border-top: solid white 10px;
   background-color: lightcyan;
  display: flex;  
  padding: 10px;
  justify-content: space-evenly;
        flex-direction:column;
    }
    #image{
   width: 100%;
}
.profile{
    flex-direction: column;
    justify-content:center;
    align-items: center;
}
.profile img{
width: 95%;
}
.profile section{
    width: 95%;
}
}
.container{
    color:black;
}
footer{
    color: black;
}
.navbar{
    background-color: black;
    top:0;
    left:0;
    font-size:x-large;
    overflow: auto;
    margin-bottom: 20px;
}
nav ul{
    list-style: none;
    float: left;
    display: flex;
}
.account-logo{
    float: right;
    padding: 5px;
    margin-right: 10px;
 }

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48;
  
}

nav ul li{
    color: white;
    float: left;
    padding:5px ;
    margin-right: 10px;
}
.logosoumil{
    height: 30px;
    width:30px;
    object-fit: cover;
    border-radius:50px;

}
.nav ul li a{
    text-decoration: none;
    color: white;
}
a{text-decoration: none;color:black}
.blog{
    color: white;
}
