/* .button,button{
    border: 2px solid rgb(255, 166, 0);
    background-color: #fff29f;
    color: rgb(255, 166, 0);
    padding: 5px;
    width: fit-content;
    border-radius: 10px ;
    margin: 10px ;
}
.button:hover,button:hover{
    background-color: rgb(255, 166, 0);
    color: wheat;
} */
a{
    text-decoration: none !important;
    color: inherit !important;
}
