body { color: #dcdcdc; background-color: black; background-image: url(../images/background.jpg); background-repeat: repeat-y; background-position: center 0; }

td { }

a {text-decoration: none; }
a:link { color: #8ccbec; }
a:visited { color: #7876ab; }
a:hover { color: #0ff }
a:active { }


h1 
{ 
	font-weight: bold; 
	text-align: center; 
	word-spacing: 1 em; 
	color: #c9ceda; 
	font-size: 24px; 
	font-family: Arial, Helvetica, Sans-Serif; 
}

h2 
{ 
	text-align: center;
	color: #c9ceda; 
	font-size: 18px; 
	font-family: Arial, Helvetica, Sans-Serif; 
}

h3 
{ 
	font-weight: normal; 
	text-align: left;
	color: #c0c5da; 
	font-size: 16px;
	font-family: Arial, Helvetica, Sans-Serif; 
}

h4 
{ 
	font-weight: normal; 
	text-align: center;
	color: #c0c5da; 
	font-size: 16px;
	font-family: Arial, Helvetica, Sans-Serif; 
}

h5
{
    text-align: center;
    color: #a0a5ba;
    font-size: 11px;
    font-family: Arial, Helvetica, Sans-Serif;
}

.videoContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

iframe {
    /* optional */
    width: 100%;
    height: 100%;
}
