.main{
    width: 1000px;
    margin:auto;
    border: 2px solid rgb(127, 116, 247);
}
nav{
    border: 2px solid rgb(7, 162, 40);
    background-color: rgb(224, 141, 132);
    width:100%;
    top:0%;
    color:rgb(228, 225, 225);
    position: fixed;
    width:996px;
}
#home{
    margin:100px;
    font-size: 30px;
}
a{
    
    margin: 20px;
    color:white;
    text-decoration: none;
}
.p{
    border: 2px solid rgb(42, 226, 14);
    width:60px;
    background-color: rgb(219, 237, 149);
    position: sticky;
    top: 8%;
    margin-left: -10%;
}
.container{
    background-image: url("https://i.pinimg.com/1200x/f1/fb/f2/f1fbf23b2307cec772995f48436c2f02.jpg");
}