

body {
  background-image: url('https://i.pinimg.com/1200x/0d/87/5b/0d875b7680bd3f7417956d1d6dfecb9c.jpg');
  background-size: cover;
  font-family: "Nanum Brush Script", cursive;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  color: hotpink;
  cursor: url('https://www.rw-designer.com/cursor-view/211410.png'), auto;
}


.random-button{
  background-color: white;
  color: hotpink;
  border: none;
  height:35px;
  width: 150px;
  border-radius: 2px;
}

.random-button:hover{
  background: lightblue;
  cursor: url('https://www.rw-designer.com/cursor-view/211410.png'), auto;
}

.random-button:active{
  background: white;
}

.redirect{
  cursor: url('https://www.rw-designer.com/cursor-view/211410.png'), auto;
}

