body, html {
  height: 99%;
}
body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
 /* background-color: rgb(0,0,0); /* Fallback color */
   background-color: rgba(1,1,1,0.9	); /* Black w/ opacity */ 
}

/* Modal Content */
.modal-content {
  background-color: #3e4ec7;
  margin: auto;
  padding: 20px;
  border: 3px solid #eb4034;
  width: 30%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
  p {text-align: center;
  font-size: 200%;}
  .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.bg {

  background-image: url("https://i.ebayimg.com/images/g/rgwAAOSwdkZkeQET/s-l1200.webp");


  height: 100%;


  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.button {
  background-color: #cc34eb;
  border: none;
  color: #ff0000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: #571600 wavy underline;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.player {
  background-color: #050091;
  border: 2px solid rgba(255, 0, 0, 1);
  color: #ff0000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: #2bff00 dotted underline;
  display: inline-block;
  font-size: 40px;
  margin: 4px 2px;
  cursor: pointer;
}
.spin {
 border: 2px solid rgba(255, 0, 0, 1);
  border-radius: 4px;
  background: linear-gradient(
    45deg,
    rgba(15, 37, 110, 1) 12%,
    rgba(32, 178, 7, 1) 84%
  );
background-repeat: no-repeat;
  background-blend-mode: normal;
  animation: cssAnimation_0 1867ms infinite linear 1414ms;
}
          .thing2 {
font-size: 250%;
 margin: auto;
  width: 20%;
  border: 3px solid green;
  padding: 30px 0;
  text-align: center;
  border: 0px solid green;

      }
      .thing {
font-size: 250%;
 margin: auto;
  width: 20%;
  border: 3px solid green;
  padding: 70px 0;
  text-align: center;
  border: 0px solid green;

      }
.spin {
font-size: 250%;
 margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 30px 0;
  text-align: center;
  border: 0px solid green;

      }

@keyframes cssAnimation_0 {
  to {
    transform: rotate(360deg) translate(0px, 0px);
  }
}