:root{
    

}

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

body{
    background-color:#ffffff;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
/* nav section*/
nav{
    margin: 15px;
    padding: 12px;
    font-size: 21px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
nav ul{
    list-style-type: none;

}

nav a[href="#view-high-scores"] {
    color: #b54ae5;
    text-decoration: none;
 }
 nav a[href="#view-high-scores"]:hover {
    color:#Fd009c;
}
 
 #timer {
    color: black;
}
 /*header style*/
 .header-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;

 }

.header-container h1,
 .header-container p,
 #start-button {
     padding: 10px; 
     margin: 10px;

 }
 .header-container h1{
    font-size: 50px;
 }


 .header-container p{
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
    max-width: 57%;
    color: #3d3a3d;
 }

 #start-button{
    background-color:#351c75;
    color: white;
    padding: 16px 35px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    font-size: 19px;
 }

 #start-button:hover{
    background-color:#b54ae5;
 }

 /* main content style */
 #quiz-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    padding: 20px;
    height: 100vh;
}

.options-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
}
.option {
    background-color: #351c75;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    margin-left: 20%;
    width: 20%;
}

.option:hover {
    background-color: #b54ae5;
}

 #questions{
display: flex;
font-weight: bold;
padding: 30px;
margin-left: 18%;
font-size: 35px;
 }

 #all-done,p,form, h2{
     padding:10px;
     display: flex;
     justify-content: left;
     padding-left: 20%;   
 }
  h2{
    font-size: 25px;
 }
 #initials-form button[type="submit"]{    
    background-color: #351c75;
    color: white;
    padding: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left:4px;
  }

  #initials-form button[type="submit"]:hover {
    background-color: #b54ae5;
}

#view-high-scores {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px; 
    text-align: center;
    margin-top: 50px;
  }
  
  #high-scores-list,
  #go-back-button,
  #clear-scores-button {
    margin: 5px; 
  }

  #view-high-scores ul, button{
    padding: 10px;
}


#view-high-scores button{
    background-color: #351c75;
    color: white;
    padding: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left:4px;
}

#view-high-scores button:hover {
    background-color: #b54ae5;
}

 
#high-scores-list {
  
    width: 30%;
    list-style: none;
 border-radius: 3px;
    background-color: #b28ac5;
    margin: 0 auto;
}

#high-scores-list li {
    padding: 5px;
    margin: 5px;
   
    :root{
    

    }
    
    *{
        margin: 0;
        padding: 0%;
        box-sizing: border-box;
    }
    
    body{
        background-color:#ffffff;
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
    }
    /* nav section*/
    nav{
        margin: 15px;
        padding: 12px;
        font-size: 21px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    nav ul{
        list-style-type: none;
    
    }
    
    nav a[href="#view-high-scores"] {
        color: #b54ae5;
        text-decoration: none;
     }
     nav a[href="#view-high-scores"]:hover {
        color:#Fd009c;
    }
     
     #timer {
        color: black;
    }
     /*header style*/
     .header-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        background-color: #ffffff;
    
     }
    
    .header-container h1,
     .header-container p,
     #start-button {
         padding: 10px; 
         margin: 10px;
    
     }
     .header-container h1{
        font-size: 50px;
     }
    
    
     .header-container p{
        font-size: 22px;
        text-align: center;
        line-height: 1.5;
        max-width: 57%;
        color: #3d3a3d;
     }
    
     #start-button{
        background-color:#351c75;
        color: white;
        padding: 16px 35px;
        border: none;
        border-radius: 14px;
        cursor: pointer;
        font-size: 19px;
     }
    
     #start-button:hover{
        background-color:#b54ae5;
     }
    
     /* main content style */
     #quiz-container {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f5f5f5;
        padding: 20px;
        height: 100vh;
    }
    
    .options-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        text-align: left;
    }
    .option {
        background-color: #351c75;
        color: white;
        padding: 15px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 16px;
        transition: background-color 0.3s ease;
        margin-left: 20%;
        width: 20%;
    }
    
    .option:hover {
        background-color: #b54ae5;
    }
    
     #questions{
    display: flex;
    font-weight: bold;
    padding: 30px;
    margin-left: 18%;
    font-size: 35px;
     }
    
     #all-done,p,form, h2{
         padding:10px;
         display: flex;
         justify-content: left;
         padding-left: 20%;   
     }
      h2{
        font-size: 25px;
     }
     #initials-form button[type="submit"]{    
        background-color: #351c75;
        color: white;
        padding: 5px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin-left:4px;
      }
    
      #initials-form button[type="submit"]:hover {
        background-color: #b54ae5;
    }
    
    #view-high-scores {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px; 
        text-align: center;
        margin-top: 50px;
      }
      
      #high-scores-list,
      #go-back-button,
      #clear-scores-button {
        margin: 5px; 
      }
    
      #view-high-scores ul, button{
        padding: 10px;
    }
    
    
    #view-high-scores button{
        background-color: #351c75;
        color: white;
        padding: 5px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin-left:4px;
    }
    
    #view-high-scores button:hover {
        background-color: #b54ae5;
    }
    
     
    #high-scores-list {
      
        width: 30%;
        list-style: none;
     border-radius: 3px;
        background-color: #b28ac5;
        margin: 0 auto;
    }
    
    #high-scores-list li {
        padding: 5px;
        margin: 5px;
       
    }