body {
     background-color:#ACD5E3;
}

div {
    border-radius:50px;
    border-color:#FFB300;
    background-color:#FFFF00;
    height:40px;
    width:120px;
    border-width:10px;
    border-style:solid;
    text-align:center;
    
}

a {
  text-decoration:none;
  color:#FF00B3;
  font-family:Futura,sans-serif;
}

span {
    font-size:34px;
}

.fancy {
      font-family:cursive;
      color:#9F00DE;
}

#home {
    position:fixed;
    margin-left:30px;
    margin-top:0px;
    margin-bottom:30px;
    margin-right:20px;
}

#cats {
    position:fixed;
    margin-left:30px;
    margin-top:70px;
    margin-bottom:30px;
    margin-right:20px;
}

#flowers {
    position:fixed;
    margin-left:30px;
    margin-top:140px;
    margin-bottom:30px;
}

#music {
    position:fixed;
    margin-left:30px;
    margin-top:210px;
    margin-bottom:30px;
    margin-right:30px;
}

#news {
   position:fixed;
   margin-left:30px;
   margin-top:280px;
   margin-bottom:30px;
   margin-right:30px;
}

#vedsidenav {
     padding:20px;
     height:700px;
     width:700px;
     position:relative;
     margin-left:200px;
     margin-top:50px;
     margin-right:30px;
     
}
  
  
  
  





