body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 2em;
    background-color: #dcdce4;
}

a {
    color: #e20074;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 1.5em;
}

#content {
    display: flex;
    width: 900px;
    margin: 40px auto;
}

#photo {
    float: left;
    margin: 0 40px;
}

p {
    margin-top: 40px;
}

.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topnav a:hover {
    background-color: #e20074;
    color: black;
}

.active {
    background-color: #505050;
    color: #e20074;
}

#footer {
    padding-left: 20px;
	position: absolute;
}
