#btn {
    /* border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; */
    /* background-color: black; */
    color: aliceblue;
    width: 170px;
    height: 40px;
    font-weight: bold;
    border: none;
}
#a3:hover{
    font-weight: bold;
    border-bottom: 2px solid black;
    color: black;
}
.service2{
    background-color: #FBF7DD;
    width:500px;
    height: 500px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius:100px;
    
   
}
.section5{
    display: flex;
    justify-content: space-evenly;
}
.i8{
    position: relative;
    top: 40px;
    left: 30px;
}
.i9{
    position:relative;
    left: 20px;
    bottom:40px
  
}
.i10{
    position:relative;
    left: 240px;
}
.i11{
    position:relative;
    right: 120px;
}
.btn{
    /* padding: 20px; */
     padding-left: 23px;
   padding-right: 23px;
   font-weight: bold;
}
#spac{
    border-bottom: 3px solid #F9C935; 
}

.i12{
    margin-right: 200px;
}
.ser{
   display: flex;
   justify-content: space-evenly;

}
.exo{
    display: flex;
    height: 400px;
    background-color: black;
    /* margin-top: 10px; */
    justify-content: space-around;
}
a{
    text-decoration: none;
    color: white;
    /* font-weight: bold; */
    font-size: 15px;
    font-weight: bold;
}