/* main CSS file for my portfolio page */

html, body, header, h1, h2, h3, h4, h5, h6 , div, ul, ol, li {
    padding: 0;
    border: 0;
    margin: 0;
    font: inherit;
    font-size: 100%
}
body {
    font-family: Helvetica, sans-serif;
}
h1 {
    font-size: 70px;
    font-weight: bold;
    text-align: center;
}
h2 {
    font-size: 26px;
    font-weight: normal;
    text-align: left;
}
h3 {
    font-size: 22px;
    font-weight: normal;
    text-align: left;
}
h4 {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}
p {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
header {
    background-color: #FF8800;
    color: #F5F5F5;
    padding: 25 0 25 0;
}
.header-description {
    background-color: #EE7700;
    color: #DDDDDD;
    padding: 20 0 20 0; 
}
.header-description {
    background-color: #EE6611;
    color: #CCCCCC;
    padding: 20 0 20 0; 
}
footer {
    background-color: #FF8800;
    color: #F5F5F5;
    padding: 25 0 25 0;
    text-align: center;
}