body {
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center;
}


canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    pointer-events: none;
}

.button{

    width: 100px;         /* Set a fixed width */
    height: 100px;        /* Set the same height as the width */
    border-radius: 50%;
    background-color: #b3ff81;
    font-family: monospace;
    float: right;
}



#portrait{

    border: 1.5px solid black;
    float: left;
    padding-bottom: -10px; /*how can i get the bottom margin to go away?*/
    position: absolute;
    top: 242px;
    left: 96px;
}

.portrait img {
    width: 300px;
}

header{

    width: 100%;
    margin: 0;
    padding: 0;
}


p{

    font-family: monospace;
    line-height: 2;
    font-size: 1em;
}

.about{

    margin: 30px;
    padding: 30px;
    width: 24%;
    float: right;
    position: absolute;
    top: 281px;
    left: 472px;

}






#topNav
{

    margin: 0;
    padding: 0;
    background-color: black;
    display: flex;
    font-style: normal;
    width: 100%;
    
}

#topNav a:link 
{
	color: white;
	background-color: black;
    border: 10px solid black;
    padding-left: 25px;
    text-transform: uppercase;
    list-style-type: none; 
    text-decoration: none;
    font-size: 25px;
	font-family: "hwt-arabesque", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#topNav a:visited 
{

	color: white;
	background-color: black;
    border: 10px solid black;
    padding-left: 25px;
    text-transform: uppercase;
    list-style-type: none; 
    text-decoration: none;
    font-size: 25px;
	font-family: "hwt-arabesque", sans-serif;
    font-weight: 400;
    font-style: normal;

}

#topNav a:hover   
{

	color: white;
	background-color: rgb(58, 27, 255);
    border: 10px solid rgb(58, 27, 255);
    padding-left: 25px;
    text-transform: uppercase;
    list-style-type: none; 
    text-decoration: none;
    font-size: 25px;
	font-family: "hwt-arabesque", sans-serif;
    font-weight: 400;
    font-style: normal;

}
