body {
	background-color: black;
        font-family: Arial;
	overflow: hidden;
}

h1 {
	color : white;
	text-shadow: gray 1px 0 10px;
}

i {
	color : white;
}

marquee {
	color : green;
	font-size: 115%;
}

.effect {
	rotate: 270deg;
}

.button-37 {
  background-color: white;
  border: 2px solid gray;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  outline: 0;
  padding: 10px 25px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-37:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .button-37 {
    padding: 10px 30px;
  }
}
