header{
    background-color: #abbaba;
    height: 150px;
}
header img{
    height: 300px;
    padding: 50px;
    margin-top: -90px;
    margin-left: -100px;
    
}


nav h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 32px;
    text-align: center;
    margin-top: -260px;
}

.content {
    box-sizing: border-box;
    background-color: wheat;
    border-radius: 5px;
    width: 500px;
    height: 200px;
}

h2 {
    font-size: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
    padding-top: 10px;
}

.text {
    font-size: 15px;
    font-family: Berlin sans fb;
    text-align: justify;
    padding: 20px;
}

#positiontxt {
    padding: 10px;
}

#list1 {
    width: 220px;
    height: 200px;
    position: relative;
    top: 3px;
}
#list2 {
    width: 220px;
    height: 200px;
    position: relative;
    top: -213px;
    right: -275px;
}


#listtext {
    text-align: center;
}



footer img {
    height: 150px;
    display: inline-block;
    margin-left: 400px;
}

footer{
    background-color: #E5E4E2;
    height: 300px; 

}

footer p {
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 15px;
    padding: 20px;
}

.so {
    left: 550px;
    top: 200px;
    position: absolute;
}

#bruce {
    left: 400px;
    top: 6px;
    position: absolute;
    height: 45%;
    overflow: visible;
    border: 3px solid black; 
}
#ZZ {
    left: 500px;
    top: 190px;
    position: absolute;
    height: 45%;
    overflow: visible;
    border: 3px solid black; 
}
#hamilton {
    left: 400px;
    top: 380px;
    position: absolute;
    height: 50%;
    overflow: visible;
    border: 3px solid black; 
}
#micheal {
    left: 505px;
    top: 585px;
    position: absolute;
    height: 45%;
    overflow: visible;
    border: 3px solid black; 
}

