*
{
    margin: 0%;
}
.navbar
{
    display: grid;
    grid-template-columns: 25% 50% 25%;
    background-color: #154D71;
    margin: 0;
    color: aliceblue;
    height: 120px;
    position: sticky;
    top: 0%;
}
.navbarlogo
{
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;

}
.navbarlogo h4
{
    font-weight: bolder;
    font-style: italic;
    text-align: center;
    
}
.navbarlist
{
    display: flex;
    gap: 50px;
    justify-content:start;
    align-items: center;
    font-size: 20px;
    margin-left: 90px;
    
}
.navbarlist a
{
  text-decoration: none;
  color: rgb(240, 236, 236);
  
}
.navbarlist a:hover
{
    background-color: black;
    color: aliceblue;
}
.signin
{
    display: flex;
    gap: 30px;
    justify-content:end;
    align-items: center;
}
.searchbar
{
    background-color: #1C6EA4;
    height: 300px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
     color: rgb(17, 6, 6);
}

.searchbar input
{
    width: 400px;
    height: 40px;
   text-align: center;
   font-size: larger;
   border-radius: 10px;
} 
.html
{
    display: flex;
    gap: 30px;
    height:600px;
    background-color:#33A1E0 ;
}
.leftsidehtml
{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.leftsidehtml button
{
    font-size: 20px;
    padding: 5px;
    color: rgb(220, 77, 29);
    border-radius: 20px;
    background-color: #3b4043;
}
.leftsidehtml button:hover
{
    background-color: black;
    color: white;
}
.rightsidehtml
{
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    border: 2px white solid;
    margin-top: 50px;
    height: 450px;
}
.rightsidehtml img
{
    background-color: aliceblue;
}
.rightsidehtml button
{
    font-size:24px;
    width: 190px;
    margin-left:70px;
    color: rgb(238, 242, 238);
    border-radius: 20px;
    background-color: #09d51a;
}
.css
{
     display: flex;
    gap: 60px;
    height:600px;
    background-color:#FDF5AA ;
}
.rightsidecss
{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    gap: 30px; 

}
.rightsidecss button
{
    font-size: 20px;
    padding: 5px;
    color: rgb(220, 77, 29);
    border-radius: 20px;
    background-color: #3b4043;
}
.leftsidecss
{
    width: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    height: 450px;
}
.leftsidecss button
{
    font-size:24px;
    width: 190px;
    color: rgb(11, 12, 11);
    border-radius: 20px;
    background-color: #f7fa26;
}
.rightsidecss button:hover
{
    background-color: black;
    color: rgb(255, 255, 255);
}
.javascript
{
     display: flex;
    gap: 60px;
    height:600px;
    background-color:#33A1E0 ;
}

.bootstrap
{
     display: flex;
    gap: 60px;
    height:600px;
    background-color:#1C6EA4 ;
    color: aliceblue;
}
.rightsidebootstrap
{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    gap: 30px; 
    
    
}
.rightsidebootstrap button
{
    font-size: 20px;
    padding: 5px;
    color: rgb(220, 77, 29);
    border-radius: 20px;
    background-color: #3b4043;
}
.leftsidebootstrap
{
    width: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    height: 450px;
}
.leftsidebootstrap button
{
    font-size:24px;
    width: 190px;
    color: rgb(11, 12, 11);
    border-radius: 20px;
    background-color: #f7fa26;
}
.footer
{
    display: grid;
    grid-template-columns: 25% 40% 35%;
    background-color: #154D71;
    color: aliceblue;
    height: 200px;
}
.rightside
{
    margin-top: 60px;
}
.leftside
{
    margin-top: 60px;
}