@font-face {
    font-family: Helveti;
    src: url(font/HelveticaNeueLTStd-Bd.otf);
}

html,
body {
    height: 100%;
    overflow: hidden;
    font-family: Helveti;
    font-size: 16px;
    background-color:#FFFFFF;
}


h1 {
    text-align: center;
    font-size: 1em;
    margin-bottom: 1.5%;
    margin-top: 2.5%;
    margin-left: 2.5%;
    letter-spacing: -2px;
    color: #000000;
}

article {
    text-align: center;
    font-size: 1em;
    line-height: 85%;
    letter-spacing: -1px;
    color: #000000;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

#back {
    text-align: right;
    font-size: 1.5em;
    position: absolute;
    top: 2%;
    right: 3%;
}

a {
    text-decoration: none;
    color: #000000;
}

a.visited {
    text-decoration: none;
}

a.active {
    text-decoration: none;
}

a.hover {
    cursor: pointer;
}

#p1 {
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 3.5%;
    
}

#p2{
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 0.6%;
}

#p3 {
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 1%;
    margin-top: 0.6%;
}

#bio {
    height: 90%;
}

content {
    position: absolute;
    width: 100%;
    height: 43%;
    margin-top: auto;
}

#bio-container {
    width: 100%;
    height: 50%;
}

footer {;
    position: absolute;
    bottom: 7.5%;
    width: 100%;
    height: 17%;
}

center{
    height: 100%;
    width: 100%;
}

#name {
    height: 100%;
}