* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Ubuntu&display=swap");
/* front page styling below  */
body {
  height: 100%;
  background-image: linear-gradient(120deg, #f6d465e3 0%, #e99780e7 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Poppins";
  color: black;
}
:root {
  --color: #d44949d5;
  --backcolor: rgba(183, 200, 251, 0.644);
  --primary-bg: #b45309c7;
  --brown: #b45309;
}

img {
  height: 175px;
  width: 220px;
}
.content {
  background-color: rgba(0, 255, 242, 0.082);
  height: 225px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 1rem;
  margin: 15px;
}
.content:hover {
  background-color: rgba(47, 0, 255, 0.082);
}

a {
  text-decoration: none;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
  font-family: "Poppins";
  color: black;
}
h4 {
  margin-top: 1rem;
  text-align: center;
}

.fab {
  margin: 1rem;
}
footer {
  margin: 1rem 0rem 0rem 0rem;
  text-align: center;
}
.footer-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* quiz */
.goBack {
  margin-top: 5px;
  width: 20rem;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
}

.quiz-container {
  height: 100vh;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.questions {
  margin: 0.8rem;
  font-family: "Poppins";
  font-size: 17px;
}
input {
  text-decoration: none;
  margin-top: 0.4rem;
}
#submit-btn {
  margin-bottom: 10px;
  padding: 1rem;
  font-size: 1rem;
  border: none;
  outline: none;
  border-radius: 1rem;
  padding: 0.5rem 1.4rem;
  cursor: pointer;
  background-color: var(--brown);
  color: white;
  transition: all 0.5s;
}
#submit-btn:hover {
  background-color: var(--primary-bg);
}
.score {
  color: var(--color);
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  padding: 1rem;
  font-weight: bold;
}
.put {
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
}

#output {
  margin: auto;
  margin: 2rem;
  width: 65%;
  background: var(--backcolor);
  text-align: center;
  border-radius: 1rem;
}

.tejs {
  margin-bottom: 15px;
}
h1 {
  margin-top: 17px;
}
.footer-links {
  padding: 0%;
  margin: 0px;
  border: none;
  height: 30px;
}
i {
  font-size: 22px;
}
footer a {
  width: 30px;
}
footer p {
  display: flex;
  justify-content: center;
}
.quiz-container {
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
}
