* {

    background-image: linear-gradient(to right, rgb(255, 244, 218),rgb(247, 212, 74));
    color: black;
    text-align: center;

}

.rainbow-button {
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(to right, violet, indigo, blue, green, yellow, orange, red);
    cursor: pointer;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
   }

b {
    background-image: none;
   
}

.logo {
   width: 150px;
   background-image: none;
}

.taste {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 250px;
    height: 30px;
    background-image: linear-gradient(to bottom, rgb(255, 247, 0),rgb(195, 255, 0));
    line-height: 30px;
    border-radius: 30px;
    position: fixed;
    right: 55px;
    bottom: 20px;
    border: 1px solid white;
    box-shadow: 5px 5px 5px black;
   

}

a {
    
    background-image: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;


}
