body {
  background-color: rgba(56, 145, 245, 0.7);
  color: black;
  font-family: "/fonts/FiraCode-SemiBold.woff2", "/fonts/JetBrainsMono-SemiBold.woff2", "Trebuchet MS", "Arial", Sans-Serif;
  margin: 50px auto;
  display: flex;
  justify-content: center;
}

.main {
  background-color: rgba(107, 107, 255, 0.8);
  max-width: 85vw;
  border-radius: 32px;
  padding: 15px 35px;
}

mark {
  background-color: rgba(123, 255, 70, 0.7);
}

.title {
  font-family: "/fonts/FiraCode-SemiBold.woff2", "/fonts/JetBrainsMono-SemiBold.woff2", monospace;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}

p {
  font-size: 25px;
  line-height: 1.6;
}

h3 {
  font-size: 23px;
}

h4 {
  font-family: "/fonts/FiraCode-SemiBold.woff2", "/fonts/JetBrainsMono-SemiBold.woff2", monospace;
}

.right {
  text-align: end;
}

.center {
  text-align: center;

  img {
    min-height: 60vh;
    width: auto;
  }
}

a {
  color: crimson;
  text-decoration: none;
}

#webQues {
  font-family: 'Comic Sans MS', Courier, 'Courier New', monospace;
  text-align: center;
  background-color: rgba(251, 192, 45, 0.7);
  border-radius: 100px;
  padding: 10px;
}

img {
  max-width: 100%;
  max-height: 45vh;
  height: auto;
  margin: 0 15px 0 10px;
}

.row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.btn {
  font-family: "roboto", monospace;
  width: 25%;
  display: block;
  background-color: tomato;
  color: black;
  padding: 15px 32px;
  border: 5px solid black;
  border-radius: 15px;
  margin: 15px auto;
  text-align: center;
  font-size: 2em;
}

#spot {
  color: rgb(162, 79, 183);
  text-decoration:none;
  margin: 0 auto;
  text-align: center;
}

.diff {
  position:relative;
  text-align: center;
}

.sec {
  text-align: center;
}

.go {
  color: crimson;
  text-decoration: underline;
}

.textback, .nav {
  background-color: rgba(123, 255, 70, 0.5);
  border-radius: 32px;
  padding: 3.5vh;
  margin: 0 15px;
}

.pnav {
  background-color: rgba(211, 211, 211, 0.5);
  border-radius: 32px;
  font-size: 32px;
}

#cdiscLib {
  line-height: 1.5vh;
}

.wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);

  div { 
    border: 2px solid rgb(255, 149, 26); 
    border-radius: 8px;
    height: 45vh;
    width: auto;
    text-align: center;
    font-size: 87%;
      
    img {
      border-radius: 10px;
      height: 30vh;
      width: auto;
      margin-top: 10px;
      max-width: 85%;
    }
  }
}

.wrapper2 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);

  div { 
    border: 2px solid rgb(255, 242, 131); 
    border-radius: 8px;
    height: 45vh;
    width: auto;
    text-align: center;
    font-size: 87%;

    img {
      border-radius: 10px;
      height: 30vh;
      width: auto;
      margin-top: 10px;
      max-width: 85%;
    }
  }
}






























/*There's a lot of whitespace because I don't like text I'm focusing on to be too low on my screen.*/
