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: #ffdbac;
    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;
}

#list1 {
    width: 220px;
    height: 200px;
    position: relative;
    top: 18px;
}
#list2 {
    width: 220px;
    height: 200px;
    position: relative;
    top: -200px;
    right: -280px;
}


#listtext {
    text-align: center;
}

.box .imgBx{
    width: 150px;
}

.box .imgBx img{
    
    width: 350px;
}
footer img {
    height: 150px;
    display: inline-block;
    margin-left: 400px;
}

footer{
    background-color: #e5e4e2;
    height: 300px; 
    margin: 300px 0 0 0;

}

footer p {
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 15px;
    padding: 20px;
}
.lulu {
    left: 520px;
    top: 200px;
    position: absolute;
}

#cr7 {
    left: 500px;
    top: 85px;
    position: absolute;
    height: 30%;
    border-radius: 100px;
    border: 15px solid black; 
    overflow: visible;
}
#cr7:hover{
    background-color: blue;
}

#mcgregor {
    left: 700px;
    top: 300px;
    position: absolute;
    height: 30%;
    border-radius: 100px;
    border: 15px solid black; 
}
#mcgregor:hover {
    background-color: yellow;
}

#bolt {
    left: 770px;
    top: 85px;
    position: absolute;
    height: 30%;
    border-radius: 190px;
    border: 15px solid black; 
}
#bolt:hover {
    background-color: red;
}

#vinicius {
    left: 500px;
    top: 300px;
    position: absolute;
    height: 30%; 
    border-radius: 190px;
    border: 15px solid black;
}
#vinicius:hover{
    background-color: greenyellow;
}

.link {
    font-size: 13px;
    text-decoration: underline;
    color: black;
}