body {
    font-family: Montserrat, sans-serif;
    background-color: #FDFAE1;
    color: #662E9B;
}

.navigation {
    text-align: center;
    background-color: #662E9B;
    color: #FDFAE1
}

.navigation > div#name {
    font-size: 1.25em;
    text-align: left;
    padding: 0 5em 0 0;
    font-weight: bold;
}

.navigation > div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 2em 1.25em 2em;
}

.navigation a {
    color: #FDFAE1;
    text-decoration: none;
}

.navigation a:hover {
    font-weight: 700;
}

.navigation a:active {
    color: #EF6F6C;
}

.heading {
    max-width: 90%;
    margin: auto;
    text-align: center;
}

.heading > div {
    display: inline-block;
    max-width: 35%;
    height: auto;
    margin: 1em;
    vertical-align: middle;
}

.image > img {
    max-width: 80%;
    height: auto;
    margin: 2em;
    border-radius: 25px;
}

.heading > .text {
    text-align: left;
}

.heading .text > h1 {
    font-size: 4em;
    font-weight: 900;
    color: #662E9B;
    margin-bottom: 0.25em;
}

.heading .text > h2 {
    margin-top: 0;
    font-size: 2em;
    font-weight: 800;
    color:#EF6F6C;
}

.heading .text > h3 {
    text-align: right;
    font-style: italic;
    padding-right: 2em;
    color: #662E9B;
}

.heading .text > .start-reading {
    text-align: center;
    font-size: 1.125em;
    margin: 2em 3em 1em;
    padding: 1em 2em 1em;
    background-color: #662E9B;
    border-radius: 15px;
}

.start-reading > a {
    color: #FDFAE1;
    padding: 1em 3em 1em;
    text-decoration: none;
}

.start-reading > a:hover {
    font-weight: 600;
}

.biography {
    width: 95%;
    margin: 3em auto auto;
    text-align: center;
}

.biography > div {
    display: inline-block;
    max-width: 28%;
    padding: 1.5em;
    vertical-align: top;
}

.biography div > p {
    text-indent: 2em;
    font-size: 1.125em;
    text-align: justify;
}

.biography div > h2 {
    font-size: 2.25em;
    font-weight: 800;
    color: #EF6F6C;
}

.biography div > .proceed {
    text-align: center;
    font-size: 1.125em;
    margin: 1em;
    padding: 1em 2em 1em;
    background-color: #662E9B;
    border-radius: 15px;
}

.biography .proceed > a {
    color: #FDFAE1;
    padding: 1em;
    text-decoration: none;
}

.biography .proceed > a:hover {
    font-weight: 600;
}

a > img {
    max-width: 95%;
    margin: 2em 0 2em;
    border-radius: 25px;
}

.back-to-top {
    text-align: center;
    font-size: 1.125em;
    width: 10%;
    margin: 1em auto 1em;
    padding: 1em 2em 1em;
    background-color: #EF6F6C;
    border-radius: 15px;
}

.back-to-top > a {
    color: #FDFAE1;
    padding: 1em;
    text-decoration: none;
}

.back-to-top > a:hover {
    font-weight: 600;
}

.explore-button {
    text-align: center;
    font-size: 1.125em;
    width: 15%;
    margin: auto;
    padding: 1em 2em 1em;
    background-color: #662E9B;
    border-radius: 15px;
}

.explore-button > a {
    color: #FDFAE1;
    padding: 1em;
    text-decoration: none;
}

.explore-button > a:hover {
    font-weight: 600;
}