#header{
    text-align: center;
    font-size: 20px;
    color: white;
    backgroun-color: black;
    padding: 10px;
    position:relative;
    top:0;
    left:0;
}
#center{
    font-size: 20px;
    border: 1px solid black;
    text-align: left;
    height: 100%;
    float: center;
}
.name{
    text-align: center;
    margin: 0px;
}
.resumeBody{
    font-size: 15px;
    text-align: justify;
    margin: 0px;
}
.resumeSection{
    padding: 10px;
}
.resumeHeader{
    margin: 0px;
    text-align: left;
    font-size: 17px;
    color: steelblue
}
.sideheader{
    color: steelblue;
    font-size: 18px;
}
.gapBottom{
    margin-bottom:0px;
}
.gapTop{
    margin-top:0px;
}
.gap{
    margin:0px;
}
