body {
    
background-color: blanchedalmond;
    
}


h1 {

text-align: center;
font-family:verdana;
font-weight: 1;
Font-size: 60px;
color: darkslateblue;
    
}

h2 {
    
font-style: italic;
text-align: center;
font-size: 30px;
border-style: solid;
border-color: black;
border-width: 5px;
    
}

h3 {
    
font-size: 28px;

}

#services {
    
text-align: center
    
}

p {
    
font-family: sans-serif;
text-align: justify;
font-size: 20px;
letter-spacing: 0.1px;
line-height: 1.5em;
text-indent: 30px;      
            
}

img {
    
float: left;
margin: 10px;
    
}

#email {
    
color: darkblue;     
    
}

h4 {
    
font-size: 25px;
font-family: monospace;
text-align: center;


}

ul {
    
font-family: sans-serif;
font-size: 18px;
letter-spacing: 0.1px;
line-height: 1.5em;
list-style-type: lower-latin
    
}

a {
    
text-align: justify;
font-size: 18px;
letter-spacing: 0.1px;
line-height: 1.5em;    

}

#achievements {
    
text-align: center    
    
}

#contactus {
    
text-indent:0;
font-family:monospace;
font-size: 25px;
text-decoration-line: underline;
text-decoration-color: brown;
color:crimson
    
}