body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url('https://xraytrust.co.nz/images/land.jpg') no-repeat center center fixed; 
    background-size: cover;
    text-align:center;
    font-family: "Roboto Slab", serif;
}

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

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

.profile-img img {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin-top: 0px;
    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 {
    background-color: #fff;
    opacity:0.84;
    color: #000;
    margin: 20px auto;
    padding: 20px;
    max-width: 600px;
    border-radius: 10px;
    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);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    text-align: justify;
    text-justify: inter-word;
}

a {
    color: red; 
}

a:hover {
	text-decoration:underline;
}

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

h1 a:hover {
	text-decoration: none;
}
