body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: rgb(230, 230, 230)
}

a { color: #0366d6; }

/* INTERNAL SIDEBAR CONTENT */
.sidebar-collapse-button {
    position: absolute;
    top: 5px;
    left: 195px;
}

.sidebar-collapse-button button {
    cursor: pointer;
    background: none;
    border: none;
    color: rgb(200, 200, 200);
    font-weight: 900;
    font-size: 20px;
}

.dan-isaksen {
    margin-top: 20px;
    font-size: 25px;
    text-align: center;
}

.description {
    font-size: 12px;
    text-align: center;
}

.buttons {
    margin-top: 5px;
}

.buttons table {
    border-collapse: collapse;
    width: 100%;
}

.buttons tr {
    border-bottom: 1px solid rgb(120, 120, 120);
}

.buttons button{
    color: rgb(200, 200, 200);
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.buttons button:hover {
    color: rgb(120, 120, 120)
}

.contact-me {
    position: relative;
    margin-top: -15px;
    margin-left: 5px;
    color: rgb(200, 200, 200);
    font-size: 14px;
    text-align: center;
}

.headshot-image {
    position: relative;
    margin-top: 20px;
    margin-left: 50px;
}

.last-update {
    font-size: 11px;
    margin-top: 20px;
    margin-left: 5px;
}

/* OVERALL SIDEBAR ELEMENT/CONTENT */
.sidebar {
    position: fixed;
    top: 0;
    left:  0px;
    height: 100vh;
    width: 230px;
    background-color: rgba(60, 60, 60, 1);
    overflow-y: auto;
}

.sidebar-content {
    color: rgb(200, 200, 200);
    display: block;
    padding-bottom: 5px;
}

/* MAIN CONTENT */
.main-content-title {
    font-size: 36px;
    text-align: center;
}

.main-content {
    max-width: 800px;
    position: absolute;
    left: 230px;
    padding-left: 20px;
    top: 0px;
    padding-top: 20px;
    max-width: 100%;
    padding-right: 20px;
    padding-bottom: 40px;
    min-height: 100vh;
}

/* MAIN CONTENT - TABLE */
.main-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

.main-content table th,
.main-content table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.main-content table thead th {
    font-weight: bold;
    border-bottom: 2px solid #999;
}

.main-content table tbody tr:hover {
    background-color: #f5f5f5;
}





