
        button {
            font-family: 'Bebas Neue', sans-serif;
            padding: 0.6vw 1.1vw;
            border: 0.15vw solid #f0d210; 
            border-radius: 0.5vw;
            background-color: transparent; 
            color: #f0d210; 
            font-size: 1vw;
            margin: 0.3vw;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        button:hover {
            background-color: #f0d210;
            color: rgb(43, 43, 43); 
        }

        .menu {
            background-color: #2c2c2c;
            border: 0.15vw solid #f0d210; 
            border-radius: 0.5vw; 
            padding: 1vw;
            width: 31.5vw;
            margin: 0 auto; 
            text-align: center;
            transition: transform 0.5s; /* Add this line */
        }
        .menu:hover {
            transform: scale(1.05);
        }
        .menu label, .menu input {
            color: white; 
            font-size: 0.8vw; 
        }
        .menu input[type="checkbox"] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 1.05vw;
            height: 1.05vw;
            background-color: rgb(34, 34, 34); 
            border: 0.14vw solid #f0d210; 
            border-radius: 0.208vw;
            margin-left: 0.521vw; 
            vertical-align: middle;
            transition: transform 0.3s ease, background-color 0.3s ease; 
        }
        .menu input[type="checkbox"]:checked {
            background-color: #f0d210; 
        }
        .menu input[type="checkbox"]:hover {
            transform: scale(1.2); 
        }
        .favicon-image {
    width: 2.6vw;
    height: 2.6vw; 
    margin: 0.26vw; 
    transition: transform 0.2s ease-in-out; 
    cursor: pointer; 
}

.favicon-image:hover {
    transform: scale(1.055); 
    cursor: pointer; 
}

        .menu-container {
            text-align: center;
            margin-top: 2.6vw; 
        }


        .settings-title {
            font-size: 1.565vw;
            font-weight: bold;
            margin-bottom: 1.04vw;
            color: white;
        }
        .settingshead {
            color: white;
            margin-top: 5.208vw;
            font-size: 3.125vw;
        }

        .entertext1 {
    background-color: rgba(34, 34, 34); 
    border: 0.15vw solid #f0d210; 
    border-radius: 0.52vw; 
    padding: 0.42vw;
    color: white; 
    outline: none; 
}

.entertext2 {
    background-color: rgba(34, 34, 34); 
    border: 0.15vw solid #f0d210; 
    border-radius: 0.52vw; 
    padding: 0.42vw; 
    color: white;
    outline: none; 
}

.section.panic-key {
        display: flex;
        flex-direction: column;
        align-items: center;
    }



