body{
 background-image: url(Images/Background.jpg);
}


div{
    border: 1px solid white; 
    display: flex; 
    justify-content: center;
}

h1{
    text-align: center;
    color:white; 
}

p{
    color:white;
}

li{
 color:white
}

a{
    color: white;

}


