body header nav, a{
    text-align: center; 
    text-decoration: none; 
    color: black;
    background-color: white;
}
body{
    background-color: bisque;
    text-align: center;
}
h2, h1{
    color: black; 
    background-color: white; 
    text-align: center;
}
main{
    image-orientation:var(center)
}