.modal {
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal-content {
  width: 80%;
  margin: 15% auto;
  text-align: center;
  color: #fff;
}

#blm a h1 {
  font-family: "ff-meta-web-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15vh;
  line-height: 15vh;
  font-weight: bold;
  text-transform: uppercase;
  margin-block-start: 0 !important;
  margin-block-end: .25em !important;
  color: #fff !important;
}

#blm a {
  font-family: "ff-meta-web-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .08em;
  color: #fff !important;
  text-decoration: none;
}

#blm a:hover {
  border-bottom: solid 2px #fff;
}

.areYouRacist {
    margin: 40px auto;
}

  .areYouRacist button {
    font-family: "ff-meta-web-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .08em;
    font-weight: 500;
    width: 100px;
    padding: 15px;
    border-radius: 2px;
  }

    #no {
      color: #000;
      background-color: #fff;
      border: none;
    }

    #iAmAPieceOfShit {
      color: #fff;
      background: none;
      border: solid 2px #fff;
    }

  .areYouRacist button:hover, .areYouRacist button:focus {
    opacity: 0.8;
    cursor: pointer;
  }

.cookiesForACause {
  font-size: 10px;
  opacity: 0.8;
}
