body, html {
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  font-family: Arial, sans-serif;
}

#text {
  font-size: 100px;
  position: absolute;
  z-index: 0;
}

#svg {
  position: absolute;
  z-index: 1;
}


.btn-success:hover {
  background-color: red !important;
  border-color: red !important;
}