
header#name{
    text-align: left;
    margin-top: 100px;
    color:darkcyan;
    border-bottom: 3px;
    font-size: x-large;
    padding-bottom: 30px;
    border-bottom-style: solid;
    line-height: 10px;
    
}
header#contact{
    text-align: center;
    line-height: 30px;
    font-size: large;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid darkcyan;

    
}

body{
    background-color: lightgray;
    margin-left: 2em;
    margin-right: 2em;
    

}

#tableView{
    display: table;
    border-collapse: collapse;
    width: 100%;
    
   
}
.tableRow{
    display: table-row;
    border-bottom: 1px solid darkcyan;



}

section.sections{
    display: table-cell;
    width: 200px;
    font-weight: bold;
    text-align: right;
    padding-right: 2em;
    /* border-bottom: 2px solid darkcyan; */



    
}
table p {
    display: table-cell;

}

table{
    width: 100%;
}


img{
width: 350px;
height: 400px;

/* padding-left: -2em; */
margin-left: -1.5em;
margin-top: -3em;
}

