

#heading{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 20px;
    font-size: 50px;
    display: inline;
    margin-left: 20px;
}

#slogan{
    font-size: large;
    font-family: 'Courier New', Courier, monospace;
    word-spacing: 12px;
    display: inline;
    padding-left: 20px;
}

#head{
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 4px;
    display: inline-block;
    font-weight: 900;
    padding-left: 20px;
}

#side{
    display: flex;
    height: 500px;
    width: 500px;
    float: right;
    padding-right: 10px;

}


#text{
    font-size: 40px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: inline;
    font-weight: 400;
    
}

.line{
    margin-top: 20px;
}

#explore{
    height:fit-content;
    width: fit-content;
    background-color:black;
    padding: 20px;
    border-radius: 8px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 30px;
    color:aqua;
    border: 3px solid aqua;

     
}

#explore:hover{
    color:yellow;
    background-color: black;
    border: 3px solid yellow;

}

#button{

    display: flex; 
    align-items: center;
    justify-content: center;
    

}

.line {
    border: 2px solid black;
}

#two{
    padding-left: 20px;
}

#lo{
    height: 400px;
    width: 400px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
   
}

#l{
    display: flex;
    justify-content: left;
    align-items: left;
}

#sec{
    display: flex;
    
}

#pp{
    padding-left: 40px;
    margin-top: 40px;
    font-family:Arial, Helvetica, sans-serif;
}

#lorem{
    font-size: 40px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: inline;
    font-weight: 400;
}

#contact{
    font-size: 40px;
    padding: 20px;
    background-color: aqua;
    height: 50px;
    text-align: center;
    margin-top: 30px;
    margin-right: 400px;
    
    
}

nav ,ul,li{
    list-style: none;
    display: inline;
}

ul{
   padding-left: 15%;
}

li{
    margin-right:100px;
    font-size: 30px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background-color: black;
    color: white;
    border-radius: 10px;
    padding:5px;
  

}

.icons{
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    text-align: center;
    margin-right: 40px;
    
    
}





.icons img{
    height:40px;
    width: 40px;
    
    
}

.class{
    text-align: center;
}

.icons p{
    font-family: monospace;
    font-size: 20px;
    
}


html{
    scroll-behavior: smooth;
}