@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');

*{
	box-sizing: border-box;
	font-family: 'Sriracha', sens-serif;
}
body{
	background-image: url("../img/kaset_blog/bg1.jpg") ;
	background-attachment: fixed;
}
.sub_topic{
	width: 100%;
	height: 50xp;
	margin-top: 20px;
	margin-bottom: 0%;
	font-size: 30px;
	text-align: center;
	color: aliceblue;
	background: #037703;
	border-radius: 10px;
	border: 2px solid wheat;
}
.bq{
	color: rgba(215,21,24,1.00);
	align-content: center;
}
.labelcr1{
	color: rgba(72,9,150,1.00);
	margin: auto;
	font-size: 40px;
	text-align: center;
}
.labelcr2{
	color: rgba(72,9,150,1.00);
	margin: auto;
	font-size: 30px;
	text-align: center;
}
.credit{
	background: rgba(93,8,120,1.00);
	color: rgba(249,244,244,1.00);
	font-size: 15px;
}
.home a{
	position: fixed;
	font-size: 25px;
	background:  rgba(0,0,0,0.5);
	color: rgb(183, 238, 34);
	border-radius: 10px;
}
.texthome:hover{
	position: fixed;
	font-size: 25px;
	background:  rgba(52, 223, 9, 0.5);
	color: rgb(85, 8, 92);
	border-radius: 10px;
}

.home2{
	position: fixed;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	background:  rgba(4, 43, 9, 0.5);
	color: aliceblue;
	border-radius: 10px;
}

.logo{
	width: 250px;
	height: 250px;
	margin: auto;
	align-items: center;
	
}

.head2{
	width: 200px;
	height: 50xp;
	margin-top: 20px;
	margin-bottom: 0%;
	font-size: 30px;
	text-align: center;
	color: aliceblue;
	background: #037703;
	border-radius: 10px;
	border: 2px solid wheat;

}

.col .header{
	display: flex;
	position: relative;
	padding:20px;
	margin:auto;
	width: auto;
	height: 100px;
	font-size: 40px;
	text-align: center;
	border-radius: 40px;
	background: wheat;
	align-items: center;
	justify-content: center;
}

.content{
	margin-top: 0;
	font-size: 22px;
	color: whitesmoke;
	background: rgba(0,0,0,0.5);
	border-radius: 20px;
	border: 2px solid whitesmoke;
}
.box2{
	background: rgba(0,0,0,0.5);
	border-radius: 20px;
}
.box3{
	margin: auto;
	overflow: hidden;
	width: 90%;
	border-radius: 20px;
	box-shadow: 1px 1px 10px 2px lightgrey;
	align-content: center;
	justify-content: center;

}
.box3 img{
	margin: auto;
	width: 100%;
	justify-content: center;
	object-fit: cover;
}

@media(max-width:991px){

	.col .header{
	display: flex;
	position: relative;
	padding:20px;
	margin:auto;
	width: auto;
	height: 100px;
	font-size: 20px;
	text-align: center;
	border-radius: 40px;
	background: wheat;
	align-items: center;
	justify-content: center;
}
	.content{
	margin-top: 0;
	font-size: 20px;
	color: whitesmoke;
	background: rgba(0,0,0,0.5);
	border-radius: 20px;
	border: 2px solid whitesmoke;
}
}