body{
    margin-left: 25vw;
    margin-right: 25vw;
    background-color: #f7f2ece3;
}

h1, h2, p, li, nav, footer, table, td, tr{
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    color:#010110;
    line-height: 1.2;
}

p, li, table, tr, td{
    font-size: large;
}

li{
    text-align: left;
    padding: 1%;
}

li:hover,td:hover{
    color: #035b13;
}

ul {
    display: table; 
    margin: 0 auto;
    text-align: left;
}

footer{
    color: #2c2c32;
}

table, th, td{
    border: 1px solid;
    margin-left: auto;
    margin-right: auto;
}

.dotted-box{
    border-style: dotted;
}

.external-link:hover{
    font-size: 105%;
    transition: font-size 0.2s;
}

/* unused */
.cv-tag-box{
    border-style: solid;
    border-radius: 15%;
    border-color: #0000ff9a;
    background-color: #ecffff9a;
}