html { 
    background: white;
    float: right;
}

menu {
font-size: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    word-spacing: 100px;
    margin-top: -5px;
    margin-left: -40px;
    position: fixed;
}

body {
}

.intro
{
padding-top: 80px;
        position: fixed;

}


footer {
font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    word-spacing: 20px;
    position:bottom:5px;
    margin-top: -5px;
}


about
{
    font-size: 50%;
    text-align: left;
    font-weight: bold;
    line-height: 1;
    max-width: 100%;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   margin-top: 400px;
    margin-bottom: 120px;
}


h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: black;

}

a:link {
    color: black;

}

a:visited {
    color: black;

}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {
    margin-top: -20px;
    max-width: 90%;
    
}
