body {
               
  display: inline;
  justify-content: center;
  color: white;
  font-family: "papyrus";
  text-align: center;
  cursor: url("DC.png"), default;
      }
      
#dramas {
        
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  cursor: url("DC.png"), default;
  
      }
      
a {
  
  cursor: url("HD.png"), default;
  
  }


