body 
{ background-color:white;
color: rgb(197, 88, 130);
border: 4px solid black;
}

nav li {
    display: inline-block;
    width: 100px;
}

header {
    border: 1px soild pink;


}
h1 {
    padding: 20px;
}
nav li a:hover{
    color:black;
    text-decoration:underline;
    font-size: 22px;
}
p {
    border: 2px solid blue
}
body{
    background-color: #EDEAD0;
    margin: 0;
    padding: 0;
    font-family: 'Courier New', Courier, monospace;

}

h1{
    float: left;
    margin-left: 20px;
    margin-right: 50px;
    color: rgb(255, 0, 140);
    text-shadow: 5px 5px 5px rgb(255, 255, 255);
}

footer{
    text-align:center;
    background-color: rgb(10, 4, 5);
    height: 50px;
}

