body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #000;
    font-family: calibri,helvetica,arial,sans-serif;
    color: #444;
}



h1 {
    /*background-color: #36f;*/
    color: #fff;
    padding: 10px;
    font-size: 7em;
}

h2, h3 {
    color: #36f;
    font-weight: italic;
}



ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 1em 0;
    padding-left: 0;
}



table, th, td {
    border: 1px solid #36f;
    border-collapse: collapse;
    padding: 10px;
}

th {
    background-color: #111;
}

td:first-child {
    background-color: #111;
    /*width: 12em;*/
}



a {
    color: #5af;
    text-decoration: none;
}

    a:visited {
        color: #17f;
    }



.content {
    width: 1024px;
    height: 80%;
    margin: auto;
    overflow: auto;
    background-color: #111;
}

.header {
    /*position: relative;*/
    height: 200px;
    background-image: url("/img/Nesvelle2.jpg");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.main {
    margin: 2em;
}

p#linked-in {
    display: block;
    margin-top: 54px;
    text-align: center;
    font-size: 24px;
}

    #linked-in img {
        max-height: 54px;
        vertical-align: middle;
    }

.footer {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #111;
}

    .footer a,
    .footer a:visited {
        color: #444;
    }

.old {
    text-decoration: line-through #000 5px;
}
