* {
	box-sizing: border-box;
  }

  html,
  body {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
  }

  #main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-content: space-evenly;
	overflow: auto;
	min-height: 100%;
	width: 100%;
	background-color: #000000;
  }

  #main>header,
  #main>.footer {
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
  }

  h2 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.2rem;
  }

  #main>header>h2 {}

  #main .vid {
	display: flex;
	justify-content: center;
	align-items: center;

  }

  #main .vid .video {}

  #main .vid .video>img {
	width: 300px;
	border-radius: 20px;

  }

  #main .links {
	display: flex;
	justify-content: center;
	align-items: center;
  }

  #main .links .button {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #1AD640;
	padding: 0 10px;
	border-radius: 5px;
	text-decoration: none;
	margin:10px 0;
  }

  #main .vid .video>img:hover,
  #main .links .button:hover {
	cursor: pointer;
	box-shadow: 2px 2px 2px 2px rgba(255,255,255,.5);
	transition: box-shadow 0.5s;
  }

  #main .links .button .button-img {}

  #main .links .button .button-img>img {
	width: 32px;
  }

  #main .links .button .button-txt {}

  #main .links .button .button-txt>p {
	font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	color: white;
	font-weight: bold;
  }

  #main .footer, #main header {text-align:center; font-weight:bold;}
	   video {
		max-width: 100%;
		max-height: 80vh;
		box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	}
	
	.d{
	padding:10px;
	}
	#frame	{
		

	}