/*header styling*/
header  { 
    background-color: white;
    position:absolute; top: 0; left:0; height: 130vh;
    display: flex; justify-content: space-between;
    align-items: center;
}
header a{text-decoration: none ;}
header a:hover{ color: rgb(217, 209, 184);}
header nav ul>a {font-size: 25px;}
header nav ul { display: flex; flex-direction: column;}

/*title styling*/

body H1{
    text-decoration: none;
    font-size: 30px; 
    position:relative; top: 0; left: 160px;
    color: rgb(225, 184, 69);
    background-color: white;
}

/*body styling*/
body {margin: 0; background-color: rgb(217, 209, 184);}
body section article img {position: absolute; left: 600px;}
body section article { position: absolute; left: 300px}
/*body nav ul {background-color: red;}*/
body nav ul li { list-style: none; margin: 0 20px;}
body nav ul li a {text-decoration: none ; color: blue; font-size: 20px;}
body nav ul li a:hover { color: purple}

/*home page section
section h1