body{
    background-color:rgb(142, 145, 167);
    margin: 0;
    padding: 0;
    font-family:'Courier New', Courier, monospace
}

ul{
    padding: 0;
    margin: 0;
}

li{
    list-style: none;
}

header {
    background-color: rgb(241, 146, 2);
    height: 100px;
}

h1{
    float: left;
    margin-left: 500px;
    margin-right:50px;
    color: rgb(17, 0, 255);
    text-shadow: 4px 4px 4px rgb(42, 140, 153);
}

nav li{
    display: inline-block;
    margin-top:80px;
    margin-right:20px;
    margin-left:-500px;
}

nav li a {
    color: rgb(0, 0, 0);
    text-decoration: underline rgb(0, 162, 255);
    font-size: 18px;
    font-weight: 750;
    cursor:grabbing;
}

nav li a:hover{
    color:rgb(25, 9, 248);
    text-decoration:underline;
    font-size: 22px;
    
}

main {
    width: 960x;
    height: max-content;
    margin: 10px auto;
    min-height: 550px;
    border: 3px solid black;
    /* border-radius: 25px; */  

}

main li {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}



main p{
    float: left; 
    font: size 500px;
    margin: 30px;
    min-height:auto
}

footer{
    text-align:center;
    background-color: rgb(224, 206, 209);
    height: 100px;
    
}

footer p{
    padding-top: 50px;
    font-size:18px;
    font: weight 600;
}

image {
    margin:auto;
}

img {
    margin:auto;
}