h1 {
    color: rgb(203, 212, 219);
    font-family: "Arial Black", Helvetica, sans-serif;
    background-color: rgb(71, 19, 90);
    width: 50%;
    padding: 10px;

}


h2{
    color: burlywood;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: rgb(38, 11, 49);
    background-image: url(img/haaland.jpeg), url(img/Mbappe.jpeg);
    background-repeat: no-repeat, no-repeat;
    background-position: 770px 560px, 1100px 560px;
}

p {
    color: rgb(213, 212, 219);
    font-family: "Arial Black", Helvetica;
    background-color: rgb(71, 19, 90);
    width: 85%;
    font-size: 20px;
    margin: 10px;
    padding: 10px;
    

}

p2{
     color: rgb(213, 212, 219);
    font-family: "Arial Black", Helvetica;
    background-color: rgb(71, 19, 90);
    width: 90%;
    margin: 10px;
    padding: 10px;
}

p3{
     color: rgb(213, 212, 219);
    font-family: "Arial Black", Helvetica;
    background-color: rgb(71, 19, 90);
    width: 95%;
    margin: 10px;
    padding: 10px;
}

p4{
     color: rgba(183, 201, 39, 0.849);
    font-family: "Arial Black", Helvetica;
    background-color: rgb(71, 19, 90);
    width: 100%;
    
}

p5{
     color: rgb(213, 212, 219);
    font-family: "Arial Black", Helvetica;
    background-color: rgb(71, 19, 90);
    width: 100%;
    font-size: 20px;
    
}

p6{
     color: rgb(213, 212, 219);
    font-family: "Arial Black", Helvetica;
    background-color: rgb(71, 19, 90);
    width: 100%;
    font-size: 20px;
}


p7{
     color: rgb(213, 212, 219);
    font-family: "Arial Black", Helvetica;
    background-color: rgb(71, 19, 90);
    width: 100%;
    font-size: 20px;
}

p8{
    background-color:rgb(71, 19, 90) ;
    width: 300%;
    font-size: 40px;
}




a {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: aqua;
    font-size: 35px;

}





a:hover {
    background-color: rgb(17, 6, 99);
    color: rgb(115, 6, 6);
}


ul {
    color: blanchedalmond;
    list-style: lower-greek;
    font-size: 20px;
    

}

ul li {
    color: antiquewhite;
    width: 30%;
}

ol li {
    color: blanchedalmond;
    list-style: decimal;
    font-size: 20px;
}