body{
    background-color: #a281dbff;
}

#title{
    color: #c1f4c1;
    font-family: "Bungee Shade", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4em;
    margin: auto;
    border: 10px #053905;
    border-style: double dashed double dashed;
    width: fit-content;
}

#mugshot{
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	height: 500px;
    max-height: 100%;
}

#thanks{
    font-size: 1.25em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: "Nova Cut", system-ui;
    font-weight: 400;
    font-style: normal;
    width: fit-content;
    background-color: #053905;
    color: #ffffffff;
    border: double 10px #a281dbff;
}

.linker{
   font-family: "Nova Cut", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;  
    width: fit-content;
    background-color: rgba(5, 57, 5, 0.5);
    border: double 10px #a281dbff;
}

.intext{
    width: 20%;
    margin-left: 20px
}

.heading{
    font-size: 2em;
    font-family: "Agu Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "MORF" 0;
    color: #ffffffff;
    background-color: #3d2a46a0;
    margin-left: 40px;
    padding: 3px 5px 3px 5px;
    border: 5px #598e59;
    border-style: hidden hidden groove ridge;
    width: fit-content;
}

.paragraph{
    margin-right: 15%;
    margin-bottom: 1px;
    margin-top: 1px;
    font-family: "Nova Cut", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    width: fit-content;
    background-color: #053905;
    color: #ffffffff;
    border: double 10px #a281dbff;
}

.goons{
    width: 40%;
    margin-left: 20px;
}

a {
    color: #a2da41;
}

a:visited {
    color: #db8181ff;
}

a:hover{
    color: #a281db;
}

a:active{
    color: #dadada;
}
