*{
    margin: 0;
    padding: 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.body2{
    width: 100%;
    height: 100vh;
    background-image: url(rr.jpg);
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.wrapper2{
    padding-top: 0px;
    width: 100%;
    height: 100px;
    border-radius: 15px;
    background-color: rgba(255, 153, 0, 0.993);
    
}
.test2{
    font-size: 2rem;
    color: black;
    background-color: aqua;
    width: max-content;

}
.test2 span{
    color: red;
}
.navbar2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.navbar2 a{
color: black;
padding-left: 2rem;
text-decoration: none;
font-size: 1.5rem;

}
.service{
    margin-top: 100px;
    padding: 15px;
    margin-left: 20rem;
    background-color: aqua;
    width: max-content;
    
}
.navbar2 a:hover{
    color: rgb(40, 6, 231);
    letter-spacing: 2px;

}


    