html {
    font-family: 'sans-serif', Calibri;
    font-size: large;
    font-weight: 250;
}

a {
    text-decoration: none;
    color: #1565c0;
}

    a:hover {
        color: #217ee7;
    }

p {
    line-height: 1.6em;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

    /* Change the color of links on hover */
    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }

    /* Add a color to the active/current link */
    .topnav a.active {
        background-color: #2424a4;
        color: white;
    }

.image-txt-container {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.avatar {
    border-radius: 50%;
    width: 200px;
    margin-right: 50px;
    margin-bottom: 0px;
}

.pimage {
    max-width: 50%;
    max-height: 50%;
}

#content {
    position: absolute;
    margin: 0px 300px 0px 300px;
    text-align: center;
    max-width: auto;
    padding: 32px;
    line-height: 1.2em;
    background-color: ghostwhite;
}

.icons {
    list-style-type: none;
    font-size: xx-large;
    padding: 0;
    display: flex;
    max-width: 320px;
    margin-left: 22%;
}

    .icons li {
        display: inline;
        width: 42px;
    }

    .icons a {
        color: black;
    }

        .icons a:hover {
            color: #1565c0;
        }

/* Add a black background color to the top navigation */
.topnav {
    background-color: #808083;
    overflow: hidden;
    margin-bottom: 10px;
}
