    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        font-family: 'Segoe UI', Arial, sans-serif;
    }

    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.8rem 1.6rem;
        background-color: rgb(234, 234, 234);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        height: 55px;
    }

    .header-left {
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }

    .logo img {
        width: 35%;
        padding: 20px;
    }

    .menu {
        display: flex;
        gap: 1.5rem;
    }

    .menu-item {
        text-decoration: none;
        color: #282A35;
        font-size: 1rem;
        display: flex;
        align-items: center;
        gap: 0.3rem;
    }

    .menu-item:hover {
        color: #04AA6D;
    }

    .header-right {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    button {
        padding: 0.8rem 1.2rem;
        border: none;
        border-radius: 25px;
        cursor: pointer;
        font-weight: 600;
    }

    .website-button {
        background-color: #282A35;
        color: white;
    }

    .paid-courses {
        background-color: #FFF4A3;
        color: black;
    }

    .login {
        background-color: #04AA6D;
        color: white;
    }

    button:hover {
        opacity: 0.9;
    }

    ul {
        list-style-type: none;
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 38px;
        background-color: #282A35;
        padding: 7px;
        margin-left: -22px;
        margin-right: 40PX;
    }

    li {
        width: 100%;
        height: 30px;
        color: white;
        margin: auto;
    }

    #background {
        background-color: #282A35;
        /* height: 400px; */
        padding-top: 80px;
        padding-bottom: 80px;
        width: auto;
        color: white;
        display: flex;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        height: 70vh;
        align-items: center;
    }

    input {
        width: 70vh;
        padding: 10px 10px 10px 25px;
        border-radius: 30px;
        height: 40px;
        

    }

    button {
        float: left;
        border-right: 1px solid #04AA6D;
        background-color: #04AA6D;
        color:white;
    }
    
    .header2{
        height: 30px;
    }

    .button2{
        display: flex;

    }

.learntocodesearchicon{
    font-size: 4em;
    font-weight: 700px;
}
    #HTML{
        background-color: #d9eee1;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 60vh;
        justify-content: center;
        width: 100%;
    }

    .headinghtml{
font-size: 75px;    
font-weight: 700px;
    }
.button3{
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 13%;
}
.headingcss{
    font-size: 75px;    
font-weight: 700px;
    }
.button3{
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 13%;
}

#css{
         background-color:#FFF4A3;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 60vh;
        justify-content: center;
        width: 100%;
        
}
.button4{
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 13%;
}

#JAVASCRIPT{
        background-color:#282A35;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 80vh;
        justify-content: center;
        width: 100%;    
        color: white;
}
.button5{
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 13%;
}
.container2{
            background-color:#d9eee1;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 140vh;
        justify-content: center;
        width: 100%;    
        color: black;
        justify-content: center;
        text-align: center;
}


.container3{
     background-color:#ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 90vh;
        justify-content: center;
        width: 100%;    
        color: black;
        justify-content: center;
        text-align: center;
}

.container5{
     background-color:#ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 90vh;
        justify-content: center;
        width: 100%;    
        color: black;
        justify-content: center;
        text-align: center;
}

p{
    font-size: 19px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: bold;
    font-weight: 1900px;
}
