
*{
    margin: 0;
    padding: 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    box-sizing: border-box;
}

header {
    background-image: url("sattu.jpg");
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.head {
    /* background-color: rgba(0, 0, 0, 0.5); optional dark overlay */
    padding: 2rem;
    border-radius: 12px;
    color: white;
}

/* button {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    background-color: #ffffffaa;
    border: none;
    border-radius: 6px;
    cursor: pointer;
} */
.music-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    background-color: #ffffffcc;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
}

.music-btn:hover {
    background-color: #ffffffee;
}
