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


.content_1 {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

  }

.content_2 {

text-align: center;	
}

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



#myVideo {
	width: 250px;
	background-color: #efeef2;
}