@import url(https://fonts.googleapis.com/css?family=Bungee);

body {
  background: url(https://images-ext-1.discordapp.net/external/HVsHWFaLiovx-jYnP83hH8pCyyj_Q_Q1jFfx2Q7Vr3M/https/media.tenor.com/Ynij6-W8reAAAAAC/pepe-apu-raincoat-rain.gif) repeat center fixed;     
  
}
.layer {
  background-color: rgba(0, 0, 0, 0.54);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#menu{
  text-align: center;
  margin-top: 45px;
  font-family: 'Bungee';
  width: 800px; margin-left: auto; margin-right: auto;
}
#buttons img{
  display: block;
}
#yes:hover{
  cursor: crosshair;
}
#no:hover{
  cursor: not-allowed;
}
#menu a{
  border-radius: 15px;
  font-size: 18px;
  background-color: #3d3d3d;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  border: 4mm ridge rgba(211, 220, 50, .6);
}
#menu a:hover{
  background-color: rgb(65, 0, 139);
}
img {
    margin-left: auto;
    margin-right: auto;
}
h1 {
 font-family: 'Bungee';
font-size:50px;
}
.rotating{
  border: 4mm ridge rgba(211, 220, 50, .6);
  animation: color-change2 0.5s linear infinite;
}
@keyframes color-change2 {
  0% { color: rgb(128, 0, 107); }
  50% { color: rgb(114, 40, 40); }
  100% { color: rgb(23, 165, 23); }
}
#yes{
  animation: color-change 0.5s linear infinite;
}

@keyframes color-change {
  0% { background-color: green; }
  50% { background-color: grey; }
  100% { background-color: green; }
}
.pp {
  
  text-shadow: 10px 1px rgb(252, 252, 252);
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Bungee';
  font-size:50px;
  background-image: 
  linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet, red); 
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
animation: rainbow-animation 35s linear infinite;
}
@keyframes rainbow-animation {
  to {
      background-position: 4500vh;
  }
}
button{
  font-family: 'Bungee';
  font-size:50px;
  background-color: grey
  
}

.video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
.close-btn {
  width: 100px;
  height: 50px;
  display: block;
  margin: 50px auto;
  cursor: pointer; 
  border: 2px solid black;
  background-color: white;
}
.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  boxshadow: 10px 10px 10px 10px black;
}
.popup-bg {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
}
.popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}





.message{
  width:448px;
  height:125px;
  background: #BABFC3;
  overflow:hidden;
  border: outset 2px;
  border-bottom-color:#A8A9A8;
  border-right-color:#A8A9A8;
  border-top-color:#EAEAEA;
  border-left-color:#EAEAEA;
  position:absolute;
  top:25%;
  left:20%;
  z-index:999;
}
.ctrls{
  z-index:999999;
  position:absolute;
  border: outset 2px;
  border-bottom-color:#A8A9A8;
  border-right-color:#A8A9A8;
  border-top-color:#EAEAEA;
  border-left-color:#EAEAEA;
  width:300px;
  padding:10px;
  background: #BABFC3;
  font-size:.9em;
}
.message .title{
  background:#0000A6;
  color:#fff;
  overflow:hidden;
  height:16px;
  font-size:12px;
  padding: 2px 4px;
}
.message .title span{
  margin:0px 2px;
  position:relative;
  top:-4px;
}
.message .close{
  background: #BABFC3;
  padding: 0px 3px;
  padding-bottom: 3px;
  padding-top: -1px;
  padding-left: 2px;
  width: 12px;
  height: 12px;
  color: #000;
  float: right;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: 0px!important;
  border: outset 1px;
  right: -5px;
	border-bottom-color:#A8A9A8;
  border-right-color:#A8A9A8;
  border-top-color:#EAEAEA;
  border-left-color:#EAEAEA;
  cursor:default;
}
.content .error{
  position:relative;
  float:left;
  top:50%;
}
.errmsg{
  position: relative;
  font-size: 12px;
  font-weight: 100;
  width: 300px;
  left: 8px;
  margin-left: 40px;
}
.message button{
  font-family:inherit;
  border: outset 2px;
  width: 61px;
  height: 16px;
  padding: 5px;
  text-align: center;
  font-size: 13px;
  position: relative;
  float: right;
  left: -10px;
}
.button-a{
  top: -70px;
    border-bottom-color: #A8A9A8;
  border-right-color: #A8A9A8;
  border-top-color: #EAEAEA;
  border-left-color: #EAEAEA;
}
.button-b{
  top: -16px;
  left: 65px;
    border-bottom-color: #A8A9A8;
  border-right-color: #A8A9A8;
  border-top-color: #EAEAEA;
  border-left-color: #EAEAEA;
}
.ctrls .title{
  position: relative;
  top: -9px;
  left: -10px;
  width: 103.3%;
}