body {
   background-image: linear-gradient(to bottom, #67d0fc, #c76dc9, #67d0fc); 
   color:white;
   cursor:url("https://skunkysevillair.neocities.org/CSS%20Elements/cursorpaw.png");
}

#box {
  background-color:black;
  border-radius:5px;
  border:2mm outset #f96185;
  width:40em;
  position:relative;
  top:10em;
  margin:auto;
}

.floated {
  float:left;
  margin:1em;
}

.floatedright {
  float:right;
  margin:1em;
}