.container {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    width: 100%;
    display: flex;
}

.left {
    float: left;
    width: 350px;
    height: 700px;
}


.center {
    width: 790px;
    padding: 100px 50px 50px;
    font-size: 18px;
}

.right {
    width: 300px;
    float: right;
    padding-top: 100px;
    
}

.titletext {
    font-weight: bold;
    font-size: 50px;
    padding-bottom: 15px;
}

.menuitem {
    font-weight: bold;
    font-size: 30px;
    padding: 3px;
}

.menuitem:hover {
text-decoration: underline;
} 

.uppertext {position: fixed;}


.contact {
    font-weight: bold;
    font-size: 10px;
    height: 44px;
    width: 245px;
    position: fixed;
    padding: 7px;
    bottom: 0;
    left: 0;
}

.infofor {
    padding-top: 10px;
    font-weight: 550; 
}

.infolinks:hover {text-decoration: underline;}

ul { font-weight: 500;
text-decoration: underline;
list-style-type: none;
    margin: 0; 
    padding: 0; 
 
}

li {padding-top: 10px;
font-size: 14px; }

li:hover {color:darkgray;}

.rightlist {object-position: right;
position: fixed;}
