@charset "utf-8";
/* CSS Document */
/* Style the video: 100% width and height to cover the entire window */
body {background-color:black;}
 .header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;  
  padding-bottom:1%;
  color: #f1f1f1;
}
.center {
  position: fixed;
  left: 0;
  top: 35%;
  width: 100%;
  background: rgba(0, 0, 0, 0.0);
  text-align: center;  
  padding-bottom:1%;
  color: #f1f1f1;
}
 .footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;  
  padding-bottom:1%;
  color: #f1f1f1;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  margin: 0 auto; width: 400px; 
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  text-align: left; 	
  padding: 0px;
}

/* Style the button used to pause/play the video */
#subAttackOnOculusStore {
  width: 300px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}
/* Style the button used to pause/play the video */
#myBtn {
  width: 42%;
  font-size: 36px;
  padding: 10px;
  border:medium;
  border-color:#FFFFFF;
  background: rgba(0, 91, 183, 0.4);
  //background:#005bb7;
  color: #FFFFFF;
  cursor: pointer;
	border-radius: 12px;
}

#myBtn:hover {
  //background:#0880fa;
    background:#1183fd;
  color: #FFFFFF;
}

html *
{
   
   
   font-family: Arial !important;
}