@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
*{
    font-family:'Merriweather';
    border-radius: 5px;
    padding:3px ;
    font-size: 14px;
}

/* Layout */
.container{
    background-color:gainsboro;
    width: 100%;
    margin-top: 10px;
}
b{
    color:black;
}
.container2{

    display: block;
    align-items: center;

}

.column2{
    display: flex;
    width:100%;
 
}
.col1Ex
{
    width:30%;
    color: white;
    
}

.col2Ex
{
    margin: 10px;
    width:70%;
    height: max-content;
}
.container3{
    background-color: rgb(88, 216, 244);
    width: 100%;
}
/* column1 */

#profile
{
    height: 350px;
    border-radius: 50%;
    background-color:white
    
    
}
.info,.skill{
    height: max-content;
    margin: 2px;
    background-color: goldenrod;
    /* list-style: none; */
}
.contactinfo a{
    text-decoration: none;
    
}

/* column2 */



.experience{
    background-color: gray;
    color: white;
    height: 100%;
    width: 100%;
    margin: 3px;
    padding: 5px;
}
.experience>h4{
    color:rgb(1, 12, 17);
    font-weight: bold;
}
.experience>h6{
    color:rgb(52, 3, 8);
}
.location{
  border-radius: 25px;
  width: max-content;
}

/* Refrence Check */
.refrence{
    display: flex;
}
.refrenceCard{
    background-color: aquamarine;
    width: max-content;
    margin: 2px;
    align-items: center;
    justify-content: space-between;
}
