*{
margin: 0;
padding: 0;
}

body{

    background-color:white;

    font-family: 'Roboto', sans-serif;
}

.conteiner{
    max-width: 1000px;
    background-color: rgb(220, 215, 252);
    margin: 0 auto;
    padding:10px;
}

header{

}
.profile-image{
    width: 100px;
    height: 100px;
    border: 3px solid  wheat;
    border-radius: 50%;
    float: left;
}

.header-bio{
    float: left;
    padding: 20px;
}
.header-bio h1:hover{
    text-decoration: underline;
    color: tomato;

}

.header-bio h3:hover{
    text-decoration: underline;
    color: tomato;

}

 h1,h2,h3,h4,h5,h6{
     color: rgb(7, 63, 85);
 }
 .header-contact{
     float: right;
     padding: 20px;
 }

 .header-contact a{
     text-decoration: none;
     color: rgb(7, 63, 85) ;
     font-weight: bold;


 }

 .header-contact a:hover{
     text-decoration: underline;
     color: tomato;

 }

 .div-clear{
     clear: both;
    
 }

 hr{
     border: 3px solid black;
     width: 100%;
     margin: 20px auto;
     border-bottom: none;
 }



 #personal-section{

 }

 .content{

    margin-bottom: 30px;

 }

 .left-div{
    color: rgb(7, 63, 85) ;
     width: 30%;
     float:left;

 }

 .right-div{
    color: rgb(7, 63, 85) ;
    width:70%;
    float:left;
 }

 .common-hr{
     border: solid black 1px;
     border-bottom: none;
     width: 100%;
     margin: 20 auto;
 }

 .left-div h3:hover{
    text-decoration: underline;
    color: tomato;  
}

.right-div h4:hover{
    text-decoration: underline;
    color: tomato;
}

.right-div h5:hover{
    text-decoration: underline;
    color: tomato;
}

.edu-template-left{
    width: 45%;
    float: left;


}

.edu-template-right{
    width: 45%;
    float: right;

}

.bottom-container{
    color: rgb(7, 63, 85);
    background-color:black;
    text-align:  center;
    padding: 10px;
   
    
}
.bottom-container a{
    color: white;
    text-decoration: none;
    margin: 20px;
}

.bottom-container p{
    color: white;
    margin-top: 20px;
}


.botom-container p,a:hover{
    text-decoration: underline;
    color: tomato;  
}






