#hp {
  text-decoration:none;
 
}
body {
 font-family:papyrus;
  text-align:center;
  color:#0f0081;
}
h1 {
  
  color:#DAFFD2;
  
}
#main {
  margin: auto;
  width:80%;
  background-color:#9a9dff;
  float: right;
  border-radius:50px; 
}
div {
  background-color:#9a9dff;
}
#button {
  border:double #2BD900 5px;
  padding:4px;
  text-decoration:none;
 
}

  .mw {
    position:absolute;
    width:180px;
    height:180px;
    padding:6px;
    top:125px;
    left:50px;
    border-radius:20px;
  }
  .sb {
    position:absolute;
    width:180px;
    padding:6px;
    top:320px;
    left:50px;
    border-radius:20px;
  }
  a {
    text-decoration:none;
    color:#0f0081;
  }
  
   marquee:hover {
    animation-play-state:paused;
  }