/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');*/

* {
  box-sizing: border-box;
}

body {
  /*background-color: #b8c6db;*/

    /*background-image: linear-gradient(to right, #ff5f6d     , #ffc371);*/
  font-family: 'utsaah', sans-serif;

}

.quiz-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.1);
  width: 600px;
  overflow: hidden;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
      max-height: 483px;
}
.quiz-header{
    height:308px;
    margin-top: 21px;
}

h2 {
  padding: 4px;
  text-align: center;
  margin: 0;
  font-size: 17px !important;
}

ul {
  list-style-type: none;
  padding: 0;
}

ul li {
  font-size: 1.1rem !important;
  margin: 1rem 0;
}

ul li label {
  cursor: pointer;
}

button1 {
  /*background-image: linear-gradient(to right, #ff5f6d     , #ffc371);*/
  background-color: #17a2b8;
  color: #fff;
  border: none;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 1.1rem;
  font-family:'Century Gothic'!important;
  padding: 1.3rem;
  font-weight: bold;
  
}
button{display:inline-block;
padding:6px 20px;
margin-bottom:0;
font-size:18px;
font-weight:500;
line-height:1.42857143;
text-align:center;
text-transform: Uppercase;
white-space:nowrap;
vertical-align:middle;
-ms-touch-action:manipulation;touch-action:manipulation;
cursor:pointer;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
background-image:none;
border:1px solid transparent;border-radius:4px;
      background-color: #1a406d;
  color: #fff;
      margin: 18px 0px 0px 18px;
      font-family: 'Century Gothic'!important;
}

button:hover {
    background-color: #1b59a2;
    text-transform: Uppercase;
}

button:focus {
  outline: none;
  background-color: #1a406d;
  text-transform: Uppercase;
}
