
        .noiseScreen {
            background-color: gray !important;
            background-image: url(/storage/prank/noise.gif)
        }

        .spectrum-container {
            margin-top: 20px
        }
        .brokenScreen {
            background-color: gray;
            background-image: url(/storage/prank/broken1.webp);
            background-size: cover
        }

        .spectrum-label {
            text-align: center;
            color: #e0e0e0;
            font-size: 11px;
            margin-top: 10px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            opacity: .9
        }

        #spectrumCanvas {
            width: 100%;
            max-width: 240px;
            height: 120px;
            background: #141414;
            border-radius: 6px;
            border: 1px solid #777;
            box-shadow: inset 0 2px 8px rgba(0, 0, 0, .5)
        }

        #noiseBtnControl {
            margin-top: 10%;
            padding: 20px;
            cursor: pointer;
        }

        #noiseBtnControl svg {
            height: 28px;
            width: 28px;
        }

        @media screen and (max-width: 1024px) {
            #spectrumCanvas {
                height: 80px
            }
        }



        .main-color {
            height: 256px;
            width: 456px;
            border-radius: 10px;
            margin: 20px 10px 30px 10px;
            display: inline-block;
            position: relative;
            box-shadow: 0 8px 30px #ffbe5c;
        }

        @media screen and (max-width: 1024px) {
            .main-color {
                height: 172px;
                width: 344px;
                margin: 20px 10px;
            }
        }
