@font-face {
        font-family: 'perfect_dark_brkregular';
        src: url('pdark-webfont.woff2') format('woff2'),
             url('pdark-webfont.woff') format('woff'),
             url('pdark.ttf') format('woff');
        font-weight: normal;
        font-style: normal;
    
    }

body{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 31%, rgba(0,116,255,1) 100%);
    color:white;
}

#header{
    font-family: 'perfect_dark_brkregular';
    border: 2px solid teal;
    border-radius: 25px;
}

.votebox{
	  outline: black dotted 1px;
      margin-bottom: 10px;
}

#errorlist{
	margin:5px;
	padding:20px;
	background:rgba(220,20,60,.5);
	border: 2px solid rgba(220,20,60,.5);
    border-radius: 25px;
}

.clipg{
    display: grid;
	margin: 0 auto;
	grid-template-columns: auto auto;
	grid-template-rows: auto;
	column-gap: 50px;
	row-gap: 20px;
}

.clip{
    padding-right:10px;
}
.panic{
    background-color: rgba(255, 0, 0, 0.4) !important;
    width:1000px;
}
.uname{
     font-family: monospace !important;
}

#mySidebar{
    border-radius: 25px;
    max-height: 100vh;
}

#votingresults{
    display:block;
}

#gamelist{
    display:none;
}

#subClips{
    display:none;
}