body {
    font-family: 'Indie Flower', cursive;
    background-image: url(jkl.png); 
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.title {
    margin-top: 20px;
    font-size: 3em; 
}

.menu button {
    font-family: 'Indie Flower', cursive;
    background-color: white;
    border: 2px solid #7ec0ee; 
    border-radius: 25px; 
    color: #555;
    padding: 10px 15px;
    margin: 10px 0px;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menu button:hover {
    background-color: #7ec0ee; 
    color: white;
}

