*{
    margin: 0;
    padding:0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.body{
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size:100%;
    position: relative;
    background-image: url(d.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    


}
.wrapper {
    background-color:  rgb(202, 77, 77);
    width: 100%;
    padding-top: 0px;
    height: 100px;
    border-radius: 15px;
    


}
.navbar {
    
    display: flex;
    align-items: center;
    justify-content: space-between;
   
    

}
.navbar a{
    padding: 2.5rem;
    font-size: 1.5rem;
    color: white;  
    text-decoration:none;
     position: relative;

}
.navbar a:hover{
color:   rgb(20, 19, 19);
letter-spacing: 2px;
}

.fa-solid {
    padding-right: 0;
    


}
.fa-solid:hover{

     filter: drop-shadow(0px 10px 15px rgb(245, 15, 15));
}
.logo{
    border-radius: 100%;
    width: 100px;
    margin-left: 15px;
    background-color: aqua;

}
.logo:hover{

     filter: drop-shadow(0px 10px 15px rgb(243, 242, 247));
}

.h1{
    margin-top: 100px;
    margin-left: 20rem;
    padding-top: 15px;
    padding: 15px;
    margin-bottom: 100px;
    font-size: 1rem;
    color: aqua;
    background-color: rgb(32, 26, 28);
    width: max-content;
}
.h1 img{
    filter: drop-shadow(1px 10px 15px aqua);
}
.h1 span{
    color:red;
}
.h2{
     margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1rem;
    color: white;

}

.footer{
    padding: 0px;
    margin: 0px;
    height: 100px;
    width: 100%;
    background-color: rgb(230, 135, 11);
    display: flex;
    align-items: center;
    justify-content:center;
}
.fa-solid{
color: white;
padding-left:80px ;
font-size: 25px;
}
.footer :hover{
    color: rgb(218, 25, 25);
}



