@charset "UTF-8";
body{
    background-color: #FF4347;
}

.section{
    postion: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.text{
	text-align: center;
	font-family: monospace;
	color: #690C12;
	font-style: normal;
	font-weight: 200;
	font-size: 30px;
	z-index: 1;
	padding: 20px;
	margin: 20px;
	line-height: -1rem;
}

h1{
	font-weight: 200;
	font-size: 30px;
	line-height: 1rem;
}

.info{
	font-size: 1rem;
	line-height: 5rem;
}

a{
	color: #690C12;
	font-weight: 300;
	text-decoration-line: none;
}

.video-container{
    position: absolute;
    opacity: 0.2;
    min-width: auto;
}
