.body {
	background-color: #C9311D;
	font:normal 100% Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size:cover;
	height:100%;

}
.zztj {
	margin-top:2em;
	font-size: 6px;
	text-align: center;
}
.logo {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 8em;
	margin-top: 2em;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-align: center;
	color: #FFF;
}
.name2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
	color: #FFF;
}
.info {
	text-align: center;
	margin-top: 1em;
}
.txt {
	background: rgba(135,33,19, 0.4);
	width:auto;
	height:auto;
	text-align: center;
	font-size: 1em;
	color: #FFF;
	margin-top: 0.6%;
	margin-bottom: 0.6%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-right: 15%;
	margin-left: 15%;
	border-radius:8px;
	backdrop-filter:blur(50px);
}
.txt0 {
	background: rgba(135,33,19, 0.7);
	width:auto;
	height:auto;
	text-align: center;
	font-size: 1em;
	color: #FFF;
	margin-top: 0.6%;
	margin-bottom: 0.6%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-right: 15%;
	margin-left: 15%;
	border-radius:8px;
	backdrop-filter:blur(50px);
}
a {
	text-decoration: none;
	color: #FFF;
}
.txt:hover{
    background: rgba(244,114,16, 1);
}
.txt0:hover{
    background: rgba(244,114,16, 1);
}
.txt1 {
	background: rgba(135,33,19, 0.7);
	width:auto;
	height:auto;
	text-align: center;
	font-size: 1em;
	color: #FFF;
	margin-top: 0.6%;
	margin-bottom: 0.6%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-right: 15%;
	margin-left: 15%;
	border-radius:8px;
	backdrop-filter:blur(50px);
}
.txt1:hover{
	background: rgba(244,114,16, 1);
}
