body {
	background-color: #202020;
	color: #fff;
    font-family: Fira Code, Monaco, Consolas, Ubuntu Mono, monospace;
    overflow: hidden;
}

@font-face {
    font-family: Fira Code;
    font-style: normal;
    font-weight: 400;
    src: url(0fe15bb5eea5828156c892b0708bea40.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Fira Code;
    font-style: normal;
    font-weight: 800;
    src: url(910c4f69908ca1b54b0fed395a9ad573.woff) format("woff");
    font-display: swap
}

.modal {
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    backdrop-filter: blur(10px);
}

/* Modal Content */
.modal-content {
	border-radius: 12px;
	color: #fff;
    background-color: #202020;
    margin: auto;
    padding: 20px;
    padding-bottom: 50px;
    border: 1px solid #00cc66;
    width: 600px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#closeAccept {
	padding: 6px;
	border-radius: 12px;
	border: 1px solid #00cc66;
    color: #aaaaaa;
    float: left;
    font-size: 28px;
    font-weight: bold;
}

#closeDeny {
	padding: 6px;
	border-radius: 12px;
	border: 1px solid #cc0066;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #00cc66;
    text-decoration: none;
    cursor: pointer;
}

#closeAccept:hover,
#closeAccept:focus {
    color: #00cc66;
    text-decoration: none;
    cursor: pointer;
}

#closeDeny:hover,
#closeDeny:focus {
    color: #cc0066;
    text-decoration: none;
    cursor: pointer;
}

#myVideo {
/*  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  display: none;*/
  object-fit: cover; 
  width: 100vw;
  height: 100vh;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
