 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
    }

#theVideo {
        position: fixed;
	width: 100%;
	height: 100%;
        min-width: 100px;
        min-height: 100px;
	object-fit: cover;
	left: 0;
	top:0;
        z-index: -10; 
    }

.container {
        justify-content: center;
        align-items: center;
	width: 100%;
	height: 100%;
    }

.content {
    position: fixed;
    top: 30%;
    left: 45%;
    width: 220px;
    text-align: center;
        min-width: 210px; 
        align-items: center;
    }

.content h1{
	font-size:48px;
		font-style: italic;
		font-weight: bold;
	 	color: gold;
		text-align: center;
}

.content a{
    font-size: 28px;
	font-weight: bold;
    color: #fff;
    text-decoration: none;
	text-align: center;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 20px;
    transition: 0.3s;
}

.center 	{
          	margin: auto;
          	width: 90%;
       	  	padding: 4pt;
	  	text-align:center;}



