.box{
  margin-left: 40.5%;
  background: #1e1e1e;
  top: 12.5%;
  position: fixed;
  z-index: 999;
  text-align: center;
  padding: 50px;
  border-radius: 40px;
}

.pleaseAccept{
  background: #1e1e1e;
  top: 450px;
  position: fixed;
  z-index: 1000;
  text-align: center;
  padding: 0px;
  width: 270px;
  height: 200px;
}

.mybutton{
  width: 200px;
  height: 60px;
  margin: 10px;
  color: #fff;
  background-color: #606060;
  border-radius:50px;
  border: 0px;
  font-size: 130%;
  line-height:0px;
  transition-duration: 0.4s;
}

.helplink {
  color: #606060;
}

.helplink:hover {
  color: #7A7A7A;
  cursor: pointer;
}

.mybutton:hover {
  background-color: #4CAF50; /* Green */
  color: white;
}

body{
    font-family: arial;
}

h1{
  color:#fff;
  font-weight: 900;
}
h2{
  color:#fff;
  font-weight: 400;
}

p{
  color:#fff;
}




 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  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(0,0,0,0.4); /* Black w/ opacity */
  z-index: 9999;
}

/* Modal Content/Box */
.modal-content {
  margin-left: 37%;
  background: #1e1e1e;
  top: 20%;
  position: fixed;
  z-index: 999;
  text-align: center;
  padding: 50px;
  border-radius: 40px;
  width: 400px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
} 