body {
    background-color: rgb(39, 33, 39);
    font-family: 'Nunito Sans', sans-serif;
    display: flex;
    flex-flow: column nowrap;
    font-size: 17px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: rgb(41, 101, 115);
}

.photo_main_nav {
    width: 50px;
    height: 50px;
    margin-left: 1em;
    margin-top: 0.4em;
    margin-bottom: 0.3em;
    padding: 0.1em;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid #dbdbdb;
    cursor: pointer;
}

nav {
    align-self: center;
}

.nav {
    text-align: center;
    align-self: center;
}

.nav_element {
    display: inline-block;
    margin-right: 1em;
    padding: 0.2em 0.5em;
    font-size: 1.1rem;
    background-color: #dbdbdb;
    border-radius: 8px;
    box-sizing: border-box;
    font-weight: 600;
}

a {
    border-radius: 8px;
}

main {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;   
}

.background {
    width: 100vw;
    height: 85vh;
    background-image: url("../images/motivational.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: border-box;
    background-position: 50% 15%;
}

.layer {
    display: flex;
    width: 100vw;
    height: 85vh;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(59, 68, 62, 0.68);;
}

.welcome_message {
    color: white;
    font-size: 2rem;
    margin-bottom: 1em;
    font-weight: 700;
    text-align: center;
}

.about_social {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 1em;
    align-self: center;
}

.about_social_logo {
    width: 64px;
    height: 64px;
    margin-left: 0.3em;
    margin-right: 0.3em;
    margin-bottom: 0.5em;
    border-radius: 10px;
    background-color: white;
}
