a {
    text-decoration: none;
    color: white;
    border: none;
    cursor: pointer;
    font-family: "Andale Mono", AndaleMono, monospace;
    
}

button {
    background-color: #752404;
    border-radius: 50%;
    color: white;
    border: none;
    cursor: pointer;
}

.home {
    line-height: 45px;
     width: 50px;
     font-size: 10pt;
     margin-top: 30px;
     position:fixed;
     top:0;
     right:30px;
 }


.contact{
    line-height: 63px;
     width: 69px;
     font-size: 10pt;
     margin-top: 60px;
     position:fixed;
     top:0;
     right:30px;
 }

h1 {
    font-size: 16pt;
    font-family: "Andale Mono", AndaleMono, monospace;
    font-style: bold;
    margin-top: 38px;

}

h2 {
    font-size: 16pt;
    font-family: "Andale Mono", AndaleMono, monospace;
    font-style: bold;
}

div {
    margin-top:-70px;
}

p {
    margin-top: -15px;
    font-family: "Andale Mono", AndaleMono, monospace;
}

h3 {
    font-family: "Andale Mono", AndaleMono, monospace;
    margin-top: 40px;
}

#quote {
    background: black;
    position: absolute;
    padding: 30px;
    margin-left:-10px;
}