body {
    background-color: grey;
  }

#stingy{
    margin-left: 330px;
    margin-top: 150px;
  }

#canvas{
  margin-left: 80px;
  margin-top: 150px;
}

#canvas:hover{
  box-shadow: 0 0 6px 3px rgba(247, 247, 247, 0.5);
}

#botones{
  margin-left: 300px;
  margin-top: 60px;
}

.btn{
  background-color: #555555;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.btn:hover{
  box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.5);
}
#deslizadores{
  margin-left: 920px;
  margin-top: -440px;
}

.h3{
  font-family: "Lucida Console", "Courier New", monospace;
  font-weight: bold;
}

#stingy:hover {
  box-shadow: 0 0 6px 3px rgba(247, 247, 247, 0.5);
}

#name{
  position: relative;
  margin-left: 20px;
  margin-top: -1000px;
}

p{
  display: inline;
  font-weight: bold;
  margin-left: 10px;
}