* {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
  color: white;
  background-attachment: fixed;
  background-color: rgb(13, 13, 14);
  overflow: hidden;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
}

.container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  min-height: 450px;
  max-width: 450px;
  min-width: 275px;
  margin-top: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid white;
  overflow: hidden;
}

.header {
  max-height: 10%;
  min-height: 9%;
  border-bottom: 1px solid white;
  text-align: center;
}

.core {
  min-height: 69%;
  text-align: center;
}

.disclosures {
  padding: 10px;
  text-align: left;
  overflow-y: scroll;
  width: 103%;
}

.disclosures h2 {
  max-height: 20px;
}

.disclosures p {
  height: fit-content;
}

.redirect {
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.redirect button {
  width: 150px;
  border: 1px solid white;
  border-radius: 15px;
  cursor: pointer;
  background-color: rgb(6, 6, 39);
}

.footer {
  display: flex;
  border-top: 1px solid white;
  max-height: 41px;
  min-height: 40px;
}

.btn {
  border: 1px solid wheat;
  max-width: 100px;
  max-height: 40px;
  cursor: pointer;
  border-radius: 15px;
  background-color: rgb(6, 6, 39);

  /*height:20px; 
    width:100px; 
    margin: -20px -50px; 
    position:relative;
    top:50%; 
    left:50%;*/
}

a:link {
  color: skyblue;
}

.onehalf {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 99%;
  width: 49%;
}
.twohalf {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 99%;
  width: 49%;
}