body {
   
    width: 100%;
    height:100%
}
    body div.content {
        position: relative;
        width: 100%;
        height: 100vh;
        background-color: #1a1617;
    }
div.header img {
    max-width: 40%;
    position: absolute;
    top: 60px;
    left: 70px;
}
div.footer img {
    max-height: 120px;
    position: absolute;
    bottom: 0;
    right: 50px;
}
div.status-img img {
    width: 80%;
    position: absolute;
    top: 160px;
    left: 70px;
}
div.results {
    position:absolute;
    background-color: #E9E8E8;
    margin-top:150px;
    width:90%;
    margin-left:5%;
    margin-right:5%;

}
div.results div.elected-box {
    padding:35px 35px 20px 35px;
}
div.results div.elected-box h2 {
    margin-top: 0;
    font-size: 2.7em;
    font-weight: 600;
    margin-bottom:30px
}
div.results div.elected-box p {
    font-size:1.3em;
    margin-bottom:23px;
}
div.results div.elected-box p span {
    font-weight:600;
}