
.textbox{
	max-width: 80%;
	margin-bottom: 50px;
	padding: 30px;
	background: rgba(255,255,255,.8);
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 10px 10px 10px rgba(73,64,64);
}
@media(max-width: 500px){
	.textbox{	
		max-width: 100%;
	}
}
.title1{
	margin: 2rem 1rem 2rem 1rem;
	text-align: center;
	color: darkblue;
	font-size: 4.5vh;
	opacity: 0;
	transform: translateY(20px);
	transition: 1s all ease-in-out;
}
.title2{
	color: darkred;
	font-size: 35px;
	opacity: 0;
	transform: translateY(20px);
	transition: 1s all ease-in-out;
}

.title-appear{
	opacity: 1;
	transform: translateY(0px);
}
.textbox li{
	font-size: 2.5vh;
	color: black;
	text-align: left;
	margin-left: 10px;
}
.textbox p{
	font-size: 2.5vh;
	color: black;
	text-align: left;
}
.kkiemelt{
	text-align: left;
	font-size: 2.5vh;
	color: black;
	
}
.bkiemelt{
	font-size: 2.5vh;
	color: black;
	text-align: left;
	font-weight: bold;
}
