@charset "utf-8";
/* CSS Document */
*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
body{
	background-color: #0F0E0E;
	font-family: salsa;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	text-align: left;
	background-image: url("../images/3.jpg");
	background-size: cover;	
}
header{
	min-height: 70px;
	text-align: center;
	font-family: devonshire;
	font-style: normal;
	font-weight: 400;
	color: #FBF5F3;
	text-shadow: 0px 0px 10px rgba(240,14,121,1.00);
	margin-top: 10px;
}
div.container{
	width: 70%;
	min-height: 700px;
	background-color: #522B47;
	border-radius: 20px;
	padding: 20px;
	color: #FBF5F3;
}
div.transcript{
	border-radius: 20px;
	position: relative;
	top: 20%;
	display: none;
	font-size: medium;
	background-color: #7B0828;
}
div.transcript th{
	color: #FBF5F3;
	text-align: center;
}
div.transcript td p{
	font-size: large;
	font-weight: 400;
	font-family: salsa;
	font-style: normal;
	text-align: center;
}
footer{
	min-height: 50px;
	padding-top: 50px;
}
.Cpy {
    font-size: 14px;
    color: #FBF5F3;
    text-align: center;
}