                          video {
                                object-fit: fill;
                                border: 7px ridge rgba(0, 0, 0, .1);
                            }

                            img {
                                border: 7px ridge rgba(0, 0, 0, .1);
                                max-height: 600px;
                            }

                            body {background: url("./gooner.jpg");}

                            header {padding: 10px; border: 2px solid rgba(10,10,10,.1); margin-bottom: 25px; background-color: rgba(255,255,255,.9); border-bottom: 5px solid rgba(0,0,255,.1); border-top: 5px solid rgba(50,50,50,.05);}

                            h1 {background-color: rgba(255,255,255,.8); padding: 10px; border: 3px solid rgba(10,10,10,.1); border-top: 3px solid rgba(0,0,255,.1); text-align: center;}

                            button {font-size: 40px;}

                            hr {border-color:rgba(255, 255, 255, .5);}

                            #mediaHolder {
                                width: 100%; 
                                margin-left: auto; 
                                margin-right: auto; 
                                text-align: center; 
                                background: linear-gradient(90deg, rgb(0 0 0 / 22%) 0%, rgb(255 255 255 / 78%) 50%, rgb(0 0 0 / 31%) 100%), url(./gooner.jpg);
                            }

                            #eventHolder {width: 500px; text-align: center; margin-left: auto; margin-right: auto; margin-bottom: 10px; font-size: 40px;}
                            #scratchpadHolder #scratchpad {width: 100%; height: 100px; font-size: 30px;}
                            #metronomeDisplay{background-color:rgba(0, 255, 255, .5); max-width: 125px; margin-left: auto; margin-right: auto; margin-bottom: 5px; font-size: 40px; text-align: center;}
                            #lovenseHolder {
                                text-align: center; 
                                border: 2px solid rgba(0, 0, 150, .01); 
                                background-color: rgba(230, 230, 230, .1); 
                                margin-bottom: 20px; 
                                max-width: 900px; 
                                margin-left: auto; 
                                margin-right: auto; 
                                font-size: 20px; 
                                margin-top: -32px;
                            }
                            #generalSettingsHolder{
                                text-align: center; 
                                font-size: 20px; 
                                margin-bottom: 20px; 
                                margin-top: -10px;
                            }
                            #countdownTimer {font-weight: bold; text-align: center; margin-left: auto; margin-right: auto; font-size: 30px;}
                            #logo {float: left; margin-top: -35px; border: none;}