<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


.body{
	background-image: url("../img/bg.jpg");
	background-size:100%;

}
.voice h2{
	text-align: center;
	background-color:#008842 ;	
	color:white;
	padding:10px 0;

}



.voicebox{
	width:75%;
	max-width:960px;
	background-color: white;
	padding:10px 5%;
}

.voicebox h4{
	font-size: 130%;
	color:#008842;
	border-bottom-width: 4px;
	border-bottom-color: #008842;
	border-bottom-style: solid;
	
}

.voicebox hr{
	background-color: #fff;
	color:#ffffff;
margin: 6vh 0}


.voicebox p{
	text-align: left;
	line-height: 1.5rem;
}
.backbtn{
	width:135px;
	background-color: #008842;
	border-radius: 15px;
	color:white;
	
}

@media screen and (max-width:960px){
	.voicebox{
	width:90%;
}
}</pre></body></html>