*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.body1{
    width: 100%;
    height: 100vh;
    background-color:gainsboro ;
    position: relative;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.wrapper1{
    padding-top: 0px;
    width: 100%;
    height: 100px;
    background-color: rgba(20, 19, 17, 0.884);
    border-radius: 15px;


}
.test{
    
    font-size: 2rem;
    color: rgb(216, 11, 11);
    background-color: rgb(241, 167, 7); 
    width: max-content;
    

}
.test span{
    color: black;
}

.navbar1{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.navbar1 a{
    color: rgb(241, 167, 7);
    padding-left: 2rem;
    text-decoration: none;
    font-size: 1.5rem;
  
}
.navbar1 a:hover{
    color: aqua;
    letter-spacing: 2px;
}

.me{
    margin-top: 0.5rem;
    margin-left: 100px;
    padding: 0.5rem;
    color: rgb(201, 13, 13);
    font-size: 0.5rem;
    background-color:  rgb(240, 165, 5);
    width: max-content;


}