body, html {
    height: 100%;
    font-family: 'Nunito', sans-serif;
}

body {
    background-color: #F5F5EE;
    color: #181100;
}

div {
    display: flex;
}

a {
    text-decoration: none;
    color: inherit;
}

.content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: 600px;
}

.title {
    display: flex;
    font-size: 60px;
    padding-right: 10px;
}

.navigator {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 10px;
    position: relative;
    box-sizing: border-box;
}

.navigator:before {
    content: "";
    display: inline-block;
    background: #181100;
    width: 2px;
    height: 100%;
    vertical-align: top;
    position: absolute;
    border-radius: 1px;
    top: 0;
    left: 0;
}

.github-icon {
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 1000;
}

.github-icon a:hover {
    opacity: 0.7;
}

.portfolio {
    padding-bottom: 5px;

}

.portfolio a:hover {
    opacity: 0.7;
}

.university-project {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

.university-project a:hover {
    opacity: 0.7;
}

.about {
    padding-top: 5px;
}

.about a:hover {
    opacity: 0.7;
}
