@charset 'UTF-8';


* {
    font-family: 'Josefin Sans', sans-serif;
}

h1 {
    margin-top: 1em;
}

body {
    outline: 2px solid black;
    background-color: white;
}

h1, h2, h3 {
    text-align: center;
}

p {
    font-size: 1.5em;
    text-align: center;
}

.profile_image {
    
}

a:visited {
    color: black;
}

a {
    text-decoration: none;
}

li> a:link {
    font-style: italic;
    color: rgb(219, 59, 59);
}

li>a:visited {
    font-style: none;
}

li>a:hover {
    color: blue;
}

li {
    margin-top: 1em;
    width: 300px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.desc_item {
    max-width: 200px;
    height: auto;
    margin-left: 4em;
}


.description {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.separator {
    height: 5px;
    background-color: rgb(202, 190, 190);
    opacity: 0.1;
    width: 100%;
}

#binary_bar {
    padding: 0em;
    width: 80%;
    overflow: hidden;
    right: 20%;
    outline: none;
}

.nav_container {
    width: auto;
    border: 0.5em solid black;
    background-color: white;
    height: 50px;
    position: relative;
}

.nav_container :nth-child(2) {
    right: 10%;
}

.nav_container :last-child{
    right: 0%;
}

.nav_div > p {
    vertical-align: middle;
}

.nav_div {
    width: 10%;
    height: 100%;
    position: absolute;
    text-align:center;
    margin: 0px auto 0px auto;     
    outline: 0.25em solid black;
}