body {
    background-color: black;
}

h1 {
    color: #4B5320;
}

h2 { 
    font-family: blackWitcher;
    color: #8A0303;
}

p {
    color: #8A0303
}


.welcome {
    text-align: center;
    img {
    max-width: 100%;
    }
    
}

@font-face {
  font-family: blackWitcher; /* set name */
  src: url(/fonts/Black\ Witcher.otf); /* url of the font */
}

.bio {
    text-align: left;
    display: inline;
    max-width: 50%;
    
}

.content {
    
    color: yellow;
    b {
        color: black;
    }
    
}

header {
    background-image: url("/img/Hidden_Camouflage_4_CoDG.png");
}

footer {
    background-image: url("/img/Hidden_Camouflage_4_CoDG.png");
}