body,html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #131314;
  color: aliceblue;
  font-family: Arial, Helvetica, sans-serif;
}


.content_1 {
	margin: auto;
	text-decoration: none;
	  position: relative;
	  top: 20%;
	  left: 50%;
	  transform: translate(-50%, -50%);
  }

.content_2 { 
text-align: center;	
}

.button_1 {
	color: white;
	border: 1px solid #807ff7;
	padding: 12px 25px;
	border-radius: 20px;
	margin-right: 5px;
	font-size: 11pt;
	font-weight: 700;
  text-decoration: none;
}
.button_2 {
	color: #fff;
	background: linear-gradient(to right, #807ff7, #b86cdb);
	padding: 12px 30px;
	border-radius: 20px;
	margin-left: 5px;
	font-size: 11pt;
	font-weight: 700;
  text-decoration: none;
}



#myVideo {
	width: 200px;
}


.footer {
	position:fixed;
	bottom:0;
	width:100%;
	text-align: center;
	font-size: 12px;
	color: rgb(113, 113, 113);
  }
  
  .footer>span>a {
	color: rgb(134, 181, 222);
  }