body {
    background-color: #F7F3F0;
    
}
#nav {
   border:5px double pink;
    width:500px;
    height:500px;
    position: absolute;
    left:516px;
    top:100px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 1px 1px 1px lightpink;
}
#nav ul {
    list-style-type: none;
    width:200px;
    position: relative;
    left:130px;
    top:20px;
    padding:0px;
    margin:0px;
}
#nav li {
    padding-top:10px;
  
    margin:0px;
}
h1 {
    color:white;
    text-shadow: 1px 1px 1px lightpink;
    font-family:"Courier New", monospace;
    font-style: italic;
    position:absolute;
    left:530px;
    top:42px;
    
}
#paperHeart {
    width:150px;
    position: absolute;
    left:910px;
    top:510px;
}
