h1 {
    font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
}

h3 {
    font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 15.4px;
}

p {
    font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}

blockquote {
    font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}

pre {
    font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}

body {
    margin-left:60px;
    margin-top: 50px;
    background-color:whitesmoke;
}

.siteheader {
    font-family: "Rockwell Extra Bold", "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    width: 100%;
    text-align: center;
    position:absolute;
    top : 0px;
    left: 0px;
    height: 27px;
}

.menu {
    position: absolute;
    top: 45px;
    left: 0px;
    bottom: 0px;
    width:50px;
    background-color: wheat;
}

.menu div {
    font-size: 48px;
    margin-bottom:10px;
    cursor: pointer;
}

.login {
    position:absolute;
    top:calc(50% - 150px);
    left:calc(50% - 150px);
    width:300px;
    height:300px;
    text-align: center;
}

.login div {
    margin-top: 5px;
}