body {
    background-color: #282828;
    font-size: 100%;
    /*alignment: right;*/
}

img {
}

.portrait {
    width: 12em;
    /* text-align: right; */
    left: 32%;
    top: 5em;
    position:absolute;

}

.sidebar {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    width: 125px;
    position: fixed;
    z-index: 1; /* stay on top */
    top: 0; /* stay at the top */
    left: 0;
    background-color: #a8a8a8;
    overflow-x: hidden; /* disable horizontal scroll */
    padding-top: 8px;
    text-align: left;
}

.sidebar button {
    background-color: gray;
    border-style: none;
    border-radius: 50px;
    display: block;
    width: 120px;
    text-align: center;
    height: 30px;
    left:2%;
    position: relative;
    /*left: 50%;*/
}

.sidebar a {
    background-color: gray;
    color: black;
    border-style: none;
    border-radius: 20px;
    display: block;
    width: 96%;
    text-align: center;
    /* height: 3%; */
    height: 2em;
    left:2%;
    position: relative;
    text-decoration: none;
    font-size: 100%;
    /*left: 50%;*/
    line-height: 200%;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.sidebar h1 {
    color: #282828;
    left:15%;
    position: relative;
}

/* br {
    margin-top:1%;
    margin-bottom:1%;
} */

/*@media screen and (max-height: 450px) {*/
    /*.sidenav {padding-top: 15px;}*/
    /*.sidenav button {font-size: 18px;}*/
/*}*/

.main {
    margin-left: 125px; /* Same as the width of the sidebar */
    position: absolute;
    /*padding: 0px 10px;*/
}

.main p {
    color: #989898;
    width: 30%;
}

.main h1 {
    color: #a9a9a9;
    text-align: left;
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
}

.main h3 {
    color: #a9a9a9;
    text-align: left;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

.main li {
    color: #989898;
    width: 30%;
}

.main a {
    color: rgb(122, 164, 255);
}

.main a:visited {
    color: hotpink;
}