body{
  background-color:#200204; 
  color: #fff8e7;
  font-family: Georgia, serif;
}

a{ 
  color: #ffffe9
}


.warningpage{
  background-image:url(https://static.vecteezy.com/system/resources/thumbnails/001/270/610/small_2x/red-and-black-gradient-colored-texture.jpg);
  background-size:100%;
}

.title{
  font-size:90px;
  text-align:center;
}

.warning{
  max-width:fit-content;
  margin-left:auto;
  margin-right:auto;
  border-style:solid;
  border-width:2px;
  border-color:red;
  padding:7px;
  background-color:#350105;
}

.choice{
  max-width:fit-content;
  margin-left:auto;
  margin-right:auto;
  border-style:solid;
  border-width:2px;
  border-color:red;
}

.yesno{
  max-width:fit-content;
  float:left;
  border-style:solid;
  border-width:1px;
  border-color:red;
  padding:10px;
  background-color:#350105;
}