/* Header Settings */
.header {
    padding:20px;
    text-align:center;
    background: #3399FF;
    color: #333;
    font-size: 20px;
}

/* Summary Underline */
.summary {
    width: 100%;
    border-bottom: 1px solid #333;
}

/* Experience Underline */
.experience {
    width: 100%;
    border-bottom: 1px solid #333;
}

/* Education Underline */
.education {
    width: 100%;
    border-bottom: 1px solid #333;
}

/* Certifications Underline */
.certifications {
    width: 100%;
    border-bottom: 1px solid #333;
}

/* Skills Underline */
.skills {
    width: 100%;
    border-bottom: 1px solid #333;
    text-align: left;
    paddng-left: 0;
}

/* Footer */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #3399FF;
    color:#333;
    text-align: center;
}

/* Body */
.body {
    color:#333;
}
