body{
    background-color: #1A1F1F;
    font-family:Arial, Helvetica, sans-serif;
}

#Name {
    font-size: 25px;
    color:whitesmoke;
    margin-bottom: 0px;
    font-weight:bold;
}

h1, h2{
    color:whitesmoke;
    margin-bottom: 0px;
    font-weight:bold;
    margin: 25px;
}

#Experience {
    font-size: 15px;
    color: #C7C7C7;
    margin-top: 5px;
}

#MapDesc{
    text-align: left;
    vertical-align: text-top;
}

td{
    padding: 5px;
    line-height: 20px;
}

td.TableTitle{
    font-size: 20px;
    color:whitesmoke;
    padding-bottom: 15px;
    padding-top: 20px;
}

table{
    color: #C7C7C7;
    border: 0;
    display: flex;
    justify-content: center;
}

a {
    color:whitesmoke;
}

a:link{
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

td{
    white-space: pre-line;
}

#AboutMe {
    white-space: pre-line; 
    display: flex; 
    justify-content: center;
    color: #C7C7C7;
    margin: 0px;
}