.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

/* Modal content */
.modal-content {
  background-color: rgb(71, 85, 105);
  margin: 5% auto;
  padding: 20px;
  border: 1px solid rgb(250, 204, 21);
  width: 80%;
}

.showMeBTN {
  background-color: rgb(71, 85, 105);
  border: none;
  color: rgb(250, 204, 21);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  border: 1px solid rgb(250, 204, 21);
}

body button {
  border: 1px solid rgb(250, 204, 21);
  border-radius: 4px;
}

body button:hover {
  background-color: rgb(250, 204, 21);
  color: black;
  border-radius: 4px;
}
