* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
}

/* Navbar Styling */
.head {
    position: fixed;
    top: 0;
    width: 100%;
    background: #333;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.logo {
    color: white;
    font-size: 24px;
    margin-left: 20px;
}

ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin-right: 20px;
}

ul li {
    display: inline;
    display: flex;
}

ul li a {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 18px;
}

ul li a:hover {
    background: #555;
    border-radius: 5px;
}

.btn1 {
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    background: #ff9800;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

.btn1:hover {
    background: #e68900;
}

/* Section Styling*/ 
section {
    height: 100vh;
    display: flex;
    font-size: 30px;
    align-items:center; 
    padding: 10px;
    color: white;
    
}

#home { background: lightblue; }
#about { background: lightcoral; }
#services { background: lightgreen; }
/*#contact { background: lightsalmon; }*/
.quiz h2{
    flex: 2; 
    color: white;
    text-align: right ; 
    font-size: xx-large;
    top: 100px;
    width: 60px;
    height: 950px;
    flex-direction: column;
    display: block;
    margin: 0 auto;
    margin-block-start: 450px;
    justify-content: center;
    margin-inline-start: 280px;
}
.quiz p br {
    flex: 3;
    text-align:left;
    font-size: x-large;
    color:white;
    margin-block-start: 10%;
    line-height: 1.5;

}
.quiz img{
    display: block;
    align-items: left;
    width: 50%;
    padding: 20px;
}