#vid {
height: 100vh;
width: 100vw;
object-fit: cover;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}

body{
	font-family : "Arial";
	margin : 150px;
}

h1{
	text-align: center;
	font-size : 120px;
	color : white;
-webkit-text-stroke: 1px;
-webkit-text-stroke-color: black;
}

h2{
color : white;
-webkit-text-stroke: 1px;
-webkit-text-stroke-color: black;
text-align: center;
}


img {

width : 300px;
height : 300px;
display: inline;
margin: auto;
}

button {
width : 150px;
height : 50px;
font-size: 25px;
}

div {
  text-align: center;
}

p{
color : white;
-webkit-text-stroke: 1px;
-webkit-text-stroke-color: black;
font-size : 30px;
}