a{
    text-decoration: none;
}
ul li {
    list-style: none;
}
.banner{
    width: 100%;
    height: 380px;
    background: linear-gradient(135deg, #ffc05f, #efd0b8);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
}
.banner h1{
    color: #99968f;
    font-weight: 800;
}
.menu{
    width: 70%;
    margin: 120px auto;
}
.menu li{
    margin:12px;
    background-color: bisque;
    color:#feb47b;
    padding:12px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 20px;
}
.menu li:hover{
    font-size: 24px;
    font-weight: 700;
}