/* font-family: 'Hind', sans-serif;
font-family: 'Montserrat', sans-serif; */

html {
    background-color: #25076B;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }


#container {
    padding: 10px;
    background-color: #25076B;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.centerflex {
    justify-content: center;
    display: flex;
}
.form-select{
    margin-left: 30px;
    width: 30%;
    background-color: #9D5EFE;
    color: white;
    font-weight: bold;
    box-shadow: 8px 9px 8px rgba(0, 0, 0, 0.25);
}
.over{
    z-index: 1;
}
.btn {
    border-radius: 50px;
    border: 4px solid white;
    background-color: #9D5EFE;
    box-shadow: 8px 9px 8px rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.quizquestion{
    color: white;
    z-index: 1;
}
.quizcorrect{
    color: #ffe24f;
    z-index: 1;
}
.quizwrong{
    color: rgb(255, 41, 41);
    z-index: 1;

}
.quiztitle{
    text-decoration: underline;
}
.about{
    background-color: #25076B;
    color: white;
}
.kahoot{
    position: absolute;
    font-family: 'Material Icons';
    color: #47178f79;
    font-size: 400px;
    z-index: 0;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.star{
    left: -200px;
    top: -100px;
    font-size: 500px;
}
.fire{
    font-size:  300px !important;
    left: 800px;
    top: 300px;
    z-index: 0;
}
.blurb{
    z-index: 1;
    position: relative;
    padding: 20px 50px;
    text-align: center;
}
.namelist{
    text-align: center;
    padding: 10px 50px 30px;

}
a:link, a:visited {
    color: white;
    text-align: center;
   }
  
  a:hover, a:active {
    color: #9D5EFE;
  }