 body {
            background: linear-gradient(to right, #cb0000, #3A7DD7, #66ccff, #40E0D0,#D75EC6);
            color: #ffffff;
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-image: url("today.png");
            background-size: cover;
            background-repeat: no-repeat;
        }

        h1 {
            background: linear-gradient(to right, #FFC0CB, #87CEFA);
            display: inline-block;
            padding: 10px 20px;
            border-radius: 10px;
        }
        
        .vip {
            background: linear-gradient(to right, #FFC0CB, #87CEFA);
            display: inline-block;
            padding: 10px 20px;
            border-radius: 10px;
            opacity: 0.8;
        }
        
        header {
            display: none;
        }

        .content {
            text-align: center;
            margin-top: 120px;
        }

        h2 {
            font-size: 32px;
            margin-bottom: 30px;
        }

        .buttons {
            margin-top: 20px;
        }

        .button {
            opacity: 0.8;
            display: inline-block;
            padding: 10px 20px;
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 2px;
            background-color: #00BFFF;
            color: #ffffff;
            border: none;
            outline: none;
            cursor: pointer;
            margin: 10px;
            transition: background-color 0.3s ease;
        }

        .button:hover {
            background-color: #008080;
        }

        audio {
            width: 100%;
            margin-top: 30px;
        }
        
        input[type="text"],
input[type="password"] {
    border: none;
    outline: none;
    padding: 10px;
    margin-bottom: 10px;
    width: 20%;
    box-sizing: border-box;
    background-color: #c4c4c4;
    color: #000000;
    border-radius: 5px;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
    color: #73575c;
}

input[type="text"]:focus,
input[type="password"]:focus {
    background-color: #73575c;
}

        .music-controls {
            margin-top: 20px;
        }

        footer {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #2E2E2E;
            padding: 10px;
            text-align: center;
            font-size: 12px;
            color: #808080;
        }
    .button {
    opacity: 0.8;
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #00BFFF;
    color: #73575c;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 10px;
    transition: background-color 0.3s ease;
    border-radius: 5px; 
}
    .buttonn {
    opacity: 0.8;
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color:#BB6688;
    color:#8888cc;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 10px;
    transition: background-color 0.3s ease;
    border-radius: 7px; 
}

.buttonn:hover {
    background-color: #DDAACC;
}

.right {
    font-size: 16px; 
    padding: 10px 20px;
    text-align: center;
    display: inline-block; 
}

.back-to-home {
    float: center; 
    margin: 30px; 
}