html {
  cursor: url(/.jpg), auto;
    
  
  color:white;

  
}
h1{font-family:comfortaa
}

body {
  background: url("https://wallpapercave.com/wp/wp2900717.jpg") no-repeat center center fixed transparent;
  background-size: cover;
}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.right{
  float: right;
  
}

.left{
  float: left;
  border: 10px solid #9e15a5
}
a{
  color:pink
}