#home {
  width: 200px;
  image-rendering: auto;
}
body {
  background-image: url("https://i.pinimg.com/736x/74/37/09/743709acdde2dafe19b6dc862633b0ee.jpg");
  background-repeat: repeat;
  text-align: justify;
  font-family: "arial_rounded";
}

h1 {
  color: salmon;
  text-align: center;
  align-content: center;
  font-family: "super_monday";
  font-size: 350%;
}

h2 {
  color: salmon;
}

h3 {
  color: #FF9EC1;
  background: rgb(255, 255, 255, 0.8);
}

mark {
  background-color: #FF9EC1;
  color: white;
  opacity: 0.8;
}

table {
  margin: auto;
  text-align: center;
  background: rgb(255, 255, 255, 0.8);
  border: solid 2px #FF9EC1;
}

td {
  border: solid 2px #FF9EC1;
  padding: 50px;
}

.popup{
  display: none;
}

[type="radio"]:checked ~ label ~ .popup{
  display: block;
  color: salmon;
}

.results {
  display: flex;
}

.results1{
  background-image: url("https://mwokam.neocities.org/results1.png");
  background-size: cover;
    width: 400px;
  height: 430px;
    margin-left: auto;
}

.results2 {
  background-image: url("https://mwokam.neocities.org/results1.png");
  background-size: cover;
    width: 400px;
  height: 430px;
    margin-right: auto;
}

#text {
  text-align: center;
  font-family: "arial_rounded";
    padding: 10px;
    padding-top: 20%;
  margin: auto;
  width: 70%;
}