body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #000;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-variant: small-caps;
}

.wrapper {
    text-align: center;
    color: white;
}

h1 {
    margin-top: -10px;
    font-size: 3em;
    font-weight:bold;
    text-shadow: 1px 1px 2px black;
}

h2 {
    font-size: 2em;
    font-weight: normal;
    text-shadow: 1px 1px 2px black;
    text-transform: lowercase;
    font-variant: small-caps;
}

.logo-img img {
    margin-top: -45px;
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

.bio {
    margin-top: -50px;
    color: #ddd;
    margin: 0px auto;
    padding: 10px;
    max-width: 600px;
    font-weight: 300;
    font-style: normal;
    font-size: 3em;
    text-transform: lowercase;
    font-variant: small-caps;
}

a {
    color: inherit; /* Makes the link color the same as the surrounding text */
    text-decoration: none; /* Removes the underline */
}

a:hover {
	text-decoration:underline;
}

h3 a {
        text-decoration:underline;
}
