.splash-screen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50%;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
  }
  
  .quiz-container {
    display: none;
  }
  
  .splash-screen.hide {
    visibility: hidden;
    opacity: 0;
  }


.header{
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    color: white;
}
  .cont{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: 10%;

  }

  .cont a{
    padding: 20px;
    background-color: rgb(96, 84, 84);
    margin: 50px;
 height: 200px;
    width: 150px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 9px;
    text-decoration: none;
    transition: ease-in-out;
    transition-duration: .2s;
    border:none;
    -webkit-box-shadow: -1px 3px 50px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 50px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 50px 0px rgba(0,0,0,0.75);

  }

  .cont a:hover{
    scale: 1.1;
  }

  body{
    background: rgb(27,60,143);
    background: linear-gradient(0deg, rgba(27,60,143,1) 0%, rgba(31,159,154,1) 100%);
    background-size: contain;
  }

  .b{
    background: url("./1.jpg") no-repeat;
    background-size: cover;
  }

  .b1{
    background: url("./v1.png") no-repeat;
    background-size: cover;
    
  }
  .b2{
    background: url("./v2.png") no-repeat;
    background-size: cover;
    
  }


 

  @font-face {
    font-family: 'YourFontName';
    src: url('../Montserrat-Medium.ttf') format('woff2')
    /* Add more font formats if needed */
  }
  
  body {
    font-family: 'YourFontName', sans-serif; /* Use your font for the body text */
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }


  h3{

    background:honeydew;
    padding: 5px;
    border-radius: 5px;
    font-size: 20px;
  
    color: black;
    font-weight: bolder;
   
  }