:root{
  --primary-color:#2563EB;
  --secondary-color:#3B82F6;
  --whiteShade-color:#E0E7FF;
  --light-blue:#BFDBFE
}

body{
  background-image: url("bg.png");
  background-repeat: no-repeat;
  background-position:top;
    background-size: 100%;
    margin:auto;
    text-align: center;
}

.back-btn{
    width: 100px;
    height: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    border: 1px solid blue;
    background-color: var(--primary-color);
    text-align: center;
    border-radius: 25px;
    margin-left: 45rem;
    margin-top: 2rem;
}

.options{
  border:  solid black;
  width: 20%;
  height: 10%;
  background-color: var(--primary-color);
   text-decoration: none;
   border-radius: 25px;
   box-shadow:0px 0px 2px 2px var(--secondary-color)
   color:white;

   margin: 5px;
}
a{
  color: white;
  text-decoration:none;
  text-align: center;
}

.box{
  background-color:var(--primary-color);
  width: 150px;
  height:30px;
  margin:0.5rem;
  padding: 0.5rem;
  font-size: 1.5rem;
  color: white;
border-radius: 25px;
  text-align: center;
  margin-left: 45rem;
}

.output-div{
    display:block;
    border: 2px solid black;
    width:400px;
    height:5vh;
    padding:1.5rem;
    margin: 1rem;
    margin-left: 35rem;
    background-color: var(--light-blue);
    font-size: 1.5rem;
    font-weight: 500;
    box-shadow:0px 0px 5px 5px var(--secondary-color);
  }


button{
  background-color: var(--primary-color);
  width: 200px;
  height: 50px;
  padding: 0.5rem;
  margin: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
color: white;
box-shadow:0px 0px 5px 5px var(--secondary-color);
border-radius: 25px;
}

.col {
    background-color: green;
    color: white;
    text-decoration: none;
}

label{
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;

}

input{
text-align: center;
font-size: 1.2rem;
width: 15%;
height: 15%;
margin: 1rem;

}

.inputLabel{
  font-size: 1.2rem;
  padding: 0rem;
  margin: 1rem;

}

.triQuizForm{
  font-size: 1.5rem;
  font-weight: 500;

}

.errorDiv{
  display: none;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  padding: 2rem;
  margin: 1rem;
}
p{
  font-size: 1.2rem
}
