*{
    margin: 0;
    padding: 0;
}
.parant{
    height: 150px;
    background-color:rgb(255,248,243);
    position: relative;
}
.parant img{
   position: absolute;
   top: 40%;
   left: 20%;
}
ul,ol{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.menu{
    position: absolute;
    top: 50%;
    left: 50%;
}
.one{
    display: flex;
}
.menu ul{
    display: flex;
    justify-content: center;
}
.menu ul,li,a{
    font-size: 20px;
    color: black;
    text-transform: uppercase;
    padding: 0 30px;
}
/* .menu h1 {
    color: rgb(173, 43, 43);
    position: absolute;
    top: -66%;
    right: -35%;
    
} */
.button {
    background-color: orange;
    padding: 22px 8px;
    border-radius: 5px;
    margin-top: -20px;
}