#page {
  margin-top: 2.6042vw;
}

h3 {
  line-height: 10%;
  font-size: 40px; /*SUBJECT TO CHANGE*/
  padding-top: 20px;
}

mark {
 background-color: white; 
}

.table, td {
 border: 0.0651vw solid; 
 text-align: center;
 background: repeating-linear-gradient(180deg, #FFFFFF97 0%, #F5F5F597 5%);
 font-family: 'Arial';
}

p {
 transform: scaleY(1.2);
 padding-top: 0.1953vw;
}

img {
 width: 6.5104vw; 
 display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

img:hover {
  cursor: pointer;
  filter: brightness(50%)
}

.top {
  line-height: 0.4557vw;
  text-decoration: underline;
  font-family: georgia;
}

.popup {
  padding: 0;
  border-radius: 0px 0px 2.6042vw 0px;
  width: 61.8490vw;
  height: 32.5521vw;
  box-shadow: 0 0.5208vw 1.5625vw rgba(0, 0, 0, 0.15);
  padding-bottom: 0.6510vw;
  padding-left: 0.9766vw;
  padding-right: 0.9766vw;
  border: 0.1302vw solid blue;
}

.popup::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}

.popup a:hover {
  cursor: pointer;
}

.header {
  background: #1CB1ED;
  color: white;
  text-shadow: 0.1302vw 0px #000;
  font-family: verdana;
}

.text {
  font-family: arial;
  text-align: left;
  padding-top: 0.9766vw;
  font-size: 1.1068vw;
}

.close {
  display: block;
  width: 6.5104vw;
  height: 1.9531vw;
  font-size: 1.3021vw;
  font-family: Verdana;
  line-height: 1.9531vw;
  border: 0.2604vw outset #ffb2a8;
  background: linear-gradient(150deg, rgba(255, 255, 255, .9) 0%, rgba(230, 48, 48, .9) 7%, rgba(157, 0, 0, .9) 50%, rgba(103, 0, 0, .9) 65%);
  color: white;
  font-weight: bold;
  border-radius: 0.9766vw;
  position: absolute;
  left: 0.3255vw;
  bottom: 0.3255vw;
}

.close:hover {
 filter: brightness(70%); 
}

#back a {
  position: absolute;
  display: block;
  width: 9.7656vw;
  left: 1.9531vw;
  bottom: 1.3021vw;
  background-image: url("https://facethruthedoor.neocities.org/backf.png");
  background-size: cover;
  line-height: 10.4167vw;
  text-decoration: none;
  font-size: 0px;
  text-align: left;
}

#back a:hover {
  background-image: url("https://facethruthedoor.neocities.org/backl.png");
  width: 16.0807vw;
}