body {
    background: white;
    overflow: auto;
    justify-content: center;
    align-items: center;
    font-family: gill sans
    
}
.bodyshit {
    background-color: lightgray;
    margin:auto;
    width: 960px;
}

/* SIDE LIST */
.hrlist-title {
    font-size: larger;
    text-decoration: underline;
    padding-right: 5px;
}
.hrlist-minititle {
    font-size: 1.1rem;
    margin-left: 5px;
}
.infodiv {
    background-color: #b2b2b2;
}
.infosection {
    padding: 10px 10px 10px 10px;
    margin: 10px;
    overflow: auto;
}
h1 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}
/* this creates those right floating boxes, 
* including the borders and shit */
.hangright {
    width: 370px;
    height: auto;
    overflow: hidden;
    margin-left: 25px;
    margin-bottom: 25px;
    float: right;
    clear: right;
    background-color: whitesmoke;
    padding: 5px;
    border-color: gray;
    border-width:2px;
    border-style: solid;
}
.hangleft {
    margin-right: 400px;
}
.highranktype {
    background-color: whitesmoke;
    padding: 5px;
    margin: 5px;
}
#keywords {
    text-align: right;
}
.government {
    display: inline;
}