:root{
	--main-color:rgb(21, 110, 21);
	--second-color:rgb(235, 12, 12);
	--third-color: #a3d7f5;
	--sections-title-font-size: 40px;

	
	}
*{
	box-sizing: border-box;
	user-select: none;
}
html{
	scroll-behavior: smooth;
	scroll-padding-top: 6rem;
}
@font-face{
	font-family:thintext;
	src:url('dacodingsalaf-assets/fonts/Lato-Light.ttf');
}
@font-face{
	font-family:allnormaltext;
	src:url('dacodingsalaf-assets/fonts/Helvetica.ttf');
}
@font-face{
	font-family:allnormaltextbold;
	src:url('dacodingsalaf-assets/fonts/Helvetica-Bold.ttf');
}
@font-face{
	font-family:bolder;
	src:url('dacodingsalaf-assets/fonts/Lato-Bold.ttf');
}

body{
	margin: 0px;
	font-family: allnormaltext,Tahoma, Verdana, sans-serif;
	background: white;
	overflow-x: hidden;
	

}
@font-face{
	font-family:regularfonts;
	src:url('dacodingsalaf-assets/fonts/Lato-Regular.ttf');
}


@font-face{
	font-family:schoolname;
	padding: 5px;
	src:url('dacodingsalaf-assets/fonts/Helvetica-Bold.ttf');
}
#container{
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}#top_child{
	background:var(--main-color) url("images/slash.png") 0 0 repeat fixed;
	min-height: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}#open_hour{
	background: var(--second-color);
	color: white;
	width: max-content;

	font-size: 12px;
	padding: 14px;
	height: inherit;
	margin-right: 10px;
}#side_one{
	display: flex;
	align-items: center;
	/*background: pink;*/
	width: max-content;
	margin-left: 20px;
	flex-wrap: wrap;
}#social_media{
	/*background: yellow;*/
}#social_media_icons{
	color: white;
	margin-left: 4px;
	margin-right: 4px;
}#social_media_icons:hover{
	color: black;
	
}

#social_media_icons2{
	color: white;
	margin-left: 3px;
	margin-right: 3px;
}#mail{
	margin-right: 10px;
}
#side_two{
	display: flex;
	align-items: center;
	color: white;
	margin-right: 20px;
	flex-wrap: wrap;
	/*background: blue;*/
	height: inherit;
	padding: 10px;
	justify-content: center;
	font-family: allnormaltext,Tahoma, Verdana, sans-serif;
}#nav_top{
	height: 100px;
	width: 100%;
	background: white;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
	-webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    transition: .2s height;
}#hero_background{
	width: 100%;
	min-height: 80vh;
	background: url('images/bck2.jpg?v2');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
}#nav_btns{
	display: flex;
	margin-right:20px ;
	font-family: allnormaltext,Tahoma, Verdana, sans-serif;
	height: inherit;
	align-items: center;
}#hambuger{
	display: none;
	margin-right: 0px;
}#hambuger_gan{
	font-size: 40px;

	color: var(--main-color);
}
.nav_btn_family{
	padding: 15px;
	margin-left: 3;
	margin-right: 3px;
}
.nav_btn_family:hover{
	color: var(--main-color);
	cursor: pointer;
}.our_title{
	margin: 5px 0px;
	font-family: bolder,Tahoma, Verdana, sans-serif;
}
#special1{
	padding-left: 0px;
	padding-right: 0px;
}
#special1::after{
	margin-left: 8px;
    content: "\f107";
    font-family: 'fontawesome';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    opacity: 0.4;
    font-weight: normal;
    font-size: 1rem;
    vertical-align: middle;
}.sub_niggas_cont{
	display: none;
	position: absolute;
	bottom: -150px;
	width: max-content;
	left: -30px;
	padding: 20px;
	padding-top: 35px;
	padding-left: 0px;
	padding-right: 0px;
}.two{
	left: -15px;
	bottom: -190px;
	
}.inner_self{
		border-top: 2px solid var(--main-color);
}
.one{
	left: -35px;
}.three{
	left: -20px;
	bottom: -190px;
}
.sub_nigga_btn{
	padding: 13px;
	padding-left: 30px;
	padding-right: 30px;
	
}.sub_nigga_btn:hover{
	color: var(--main-color);
	cursor: pointer;	
}

.origin_sub{
	margin-right: 15px;
	margin-left: 15px;
}.inner_self{
	background: white;
	display: none;
	position: absolute;
	 box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

.origin_sub:hover .inner_self{
	display: flex;
	flex-direction: column;
}.origin_sub:hover{
	border-bottom:2px solid white ;
}


#logo_img{
	width:70px;
	transition: 0.4s width;

}#logo{
	width: max-content;
	margin-left: 60px;


}


#over_cont{
	width:80%;
	background: rgba(0, 0, 0, 0.65);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 40px;
	padding-bottom: 40px;

	
}#our_teacher_title{
	font-size: var(--sections-title-font-size);
	text-align: center;
	padding: 30px;
	padding-bottom: 0px;
	color: white;
	margin-top: var(--margin-from-top);
}
#welcome_text{
	color: var(--second-color);
	font-size: 30px;
	text-align: left;
	font-family: regularfonts,Tahoma, Verdana, sans-serif;
	
	
}.teacher_image{
	width: 180px;
	height: 180px;
	border:2px solid rgba(21, 110, 21,0.05) ;
	padding: 10px;
	
	
}.teacher_card{
	width: max-content;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 2px;
	margin-bottom: 2px;
	
}.teacher_name{
	font-size: 18px;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	
	text-align: center;
	
}#teacher_card_cont{
	display: flex;
	justify-content: space-around;
	padding: 10px;
	padding-top: 0px;
	flex-wrap: wrap;
	margin-bottom: 30px;
	
}.teacher_image{
	background-size: cover;
	background-position: center;
}
#school_name{
	font-size: 50px;
	color: white;
	font-family: schoolname;
	padding: 5px;
	
	text-align: center;
}#like_motto_text{
	width: 80%;
	color: white;
	text-align: center;
	line-height: 20px;
	
}#explore_more{
	background: var(--second-color);
	margin-top: 15px;
	padding: 50px;
	padding-top:15px;
	padding-bottom:15px;
	color: white;
	border-radius: 50px;
	box-shadow: 0px 0px 1px black;
	
}#meet_our_teacher{
	width: 100%;
	height: max-content;
	background: white;
	padding: 1px;
	color: white;
	background:var(--main-color) url("images/w3lynx_200.png") 0 0 repeat fixed;
}#foot_nigga_cont{
	margin-top: auto;
}
#foot_nigga{
	background:var(--main-color) url("images/slash.png") 0 0 repeat fixed;
	min-height: 400px;
	padding: 1px;
	padding-top: 30px;
	display: flex;
	flex-direction: column;
}#foot_foot{
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 5%), 0 -1px 0 rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 5%), 0 -1px 0 rgb(0 0 0 / 10%);
    background: var(--main-color);
    color: #ffffff;
    margin-top: auto;
    min-height: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top:20px ;
    padding-bottom: 20px;
    padding-left:20px;
    padding-right: 20px;
    line-height: 18px;


}#special_link{
	color: black;
}#special_link:hover{
	color: var(--main-color);
}
#wer{
	padding: 1px;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-top: 20px;

}#logo_and_about_text{
	width: 260px;
	display: flex;
	align-items: flex-start;
	padding: 10px;
	padding-top: 5px;
	flex-direction: column;
	height: max-content;
	color: white;
}a {
	text-decoration: none;
	color: white;
}.each_link{
	padding: 2px;
	margin: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: white;
	display: flex;
}.link{
	padding-left: 5px;
	
}
.each_link:hover .link {
	text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: var(--second-color);
}.link_title{
	font-size: 25px;
	color: white;
	padding: 1px;
	margin-bottom: 20px;
}.under_title_line{
	border-top: 2px solid var(--second-color);
	margin-top: 8px;
	width: 80px;
}.icon_special{
	padding-right: 10px;
	font-size: 20px;
	color: var(--second-color);
	display: flex;
	align-items: flex-start;
}.link_cont{
	width: 210px;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.cus_head_cont{
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 10px;
	justify-content: center;
}.customer-comment{
	font-family: thintext;
}#comment_head{
	font-size: 50px;
	margin-top: 50px;
}
.customer_image{
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;

}.smart_cone{
	display: flex;
	justify-content: center;
}
.customer-card{
	width:300px;
	height: fill-content;
	background-color: rgba(0, 0, 0, 0.7);
	
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
	padding: 20px;
}.teacher_job{
	color: white;
	text-align: center;
	font-size: 15px;
	font-family: thintext;
}
#section_news{
	text-align: center;
	font-size: var(--sections-title-font-size);
	padding: 30px;
	color: white;
	margin-top: var(--margin-from-top);
}#about_school_section{
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: white;
}.akojo{
	text-align: justify;
	line-height: 20px;
	 text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
}.our_title{
	font-size:18px;
	color: var(--main-color);
	font-family: allnormaltextbold,Tahoma, Verdana, sans-serif;

}


.about_school_cards{
	width: 40%;
	height: 200px;
	/*background: red;*/
	height: max-content;
	padding: 10px;
	word-break: normal;
}.about_image{
	width: 100px;
	height: 100px;
	float: left;
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border:3px solid var(--main-color) ;
}
.comb{
	width: max-content;
	width: 500px;
	webkit-box-shadow: -1px 4px 10px 0px rgb(0 0 0 / 21%);
	box-shadow: -1px 4px 10px 0px rgb(0 0 0 / 21%);
	margin: 10px;
	margin-bottom: 10px;
	background-color: white;
}.comb{
	display: flex;
	height: 100%;
}.new_card_foot{
	
}.new_cont{
	margin: 10px;
	margin-bottom: 3px;
}#event_card_space{
	margin-bottom: 20px;
	padding: 1px;
	display: grid;
  	grid-template-columns: auto auto;
  	grid-gap: 10px;
	width: max-content;
}
.date_news{
	font-size: 50px;
}#news_event{
		background:var(--main-color) url("images/w3lynx_200.png") 0 0 repeat fixed;
		min-height: 400px;
		padding: 1px;
		padding-top: 30px;
		padding-bottom: 40px;
		display: flex;
		flex-direction: column;
		align-items: center;
}.link_color{
	color: black;
	
	display: flex;
	justify-content: center;
	align-items: center;

}#up_smoother{
	width: 42px;
	height: 41px;
	padding-top: 3px;
	background: var(--main-color) url("images/slash.png") 0 0 repeat fixed;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.date_dsc{
	padding: 10px;
	margin-right: 10px;
	min-width: 100px;
	word-break: normal;
	height: inherit;
	display: flex;
	background:var(--second-color) url("images/slash.png") 0 0 repeat fixed;
	justify-content: center;
	color: white;
	align-items: center;
	flex-direction: column;
}.news_title,.new_body,.time_of_event{
	margin:2px 0px ;
}.news_title{
	font-family: bolder,Tahoma, Verdana, sans-serif;
	
}.news_title:hover{
	cursor: pointer;
	text-decoration: underline;
	
}

.news_title{
	margin: 0px 0px;
}
.new_body{
	color: grey;
	font-size: 14px;
	line-height: 20px;
}.time_of_event{
	display: flex;
	line-height: 15px;
	font-size: 12px;
	margin-top:5px ;
	
}.news_time_location{
	padding-right:5px;
	font-size: 15px;
	color: var(--second-color);
}
#testimonie{
	background: rgba(0, 0, 0, 0.5) url('images/bck2.jpg?v2') 0 0 repeat fixed;;
	background-position:center;
	background-size: cover;
} .card_test{
      width: 200px;
      min-height: 200px;
      
    }#testimonie_head{
    	font-size: var(--sections-title-font-size);
    	padding: 10px;
    	color: white;
    }#overflow_cont{
    	width: inherit;
    	height: inherit;
    	background-color: rgba(0, 0, 0, 0.7);
    	padding-top: 30px;
		text-align: center;
		padding-bottom: 30px;
    }

    #about_ps_section{
    	min-height: 100vh;
    	width: 100%;
    	background: #eafbea;
    	padding: 50px;
    }#about_cont{
    	width: 100%;
    	min-height: 400px;
    	background: white;
    	border-radius: 5px;
    	box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 5%);
    	padding: 40px;
    	padding-top: 8px;



    }#about_us_head{
    	margin-bottom: 40px;
    	width: 100%;
    	color: white;
    	box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 5%);
    	border-radius: 5px;
    	background: var(--main-color);
    	padding: 20px;
    	font-size: var(--sections-title-font-size);

    }#about_us_body_text{
    	line-height: 30px;
    }#popular_link_side{
    	width: 400px;
    	height: max-content;
    	margin-left: 30px;
    	position: sticky;
    	top: 50px;
    	padding: 30px;
    	padding-top: 28px;
    	background: white;
    	box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 5%);
    	border-top: 5px solid var(--main-color);
    }#about_about_cont{
    	display: flex;

    }#popular_link_text{
    	
    	font-size: 30px;
    }.popular_link_link{
    	margin: 15px 0px;
    }.popular_link_link_text{
    	font-size: 18px;
    	color: var(--main-color);
    }.popular_link_link_icon{
    	color: black;
    }
#hidden_black_overflow{
	position: fixed;
	z-index:120;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	display: none;

	
}#nav_panel{
	height: 100vh;
	overflow-y:auto ;
	width: 200px;
	background: var(--main-color);
	position: fixed;
	right: -200px;
	transition: .3s right;
	z-index: 130;
}#close_btn{
	background: #105610;
	color: white;
	font-size: 35px;
	cursor: pointer;
	height: 40px;
	display: flex;
	align-items: center;
}#links{
	margin-top: 20px;
}.links_hidder{
	padding: 10px;
	background: #105610;
	color: white;
	margin: 2px 0px;
	margin-bottom: 0px;
	transition: .1s padding-left ;
	display: flex;
	align-items: center;
	/*border-bottom:1px dotted black;*/
}.links_hidder:hover{
	padding-left:18px;
	cursor: pointer;

}.hidden_undersub{
	display: none;
	
}.hidden_arrow{
	margin-left: auto;
	margin-right: 10px;
	font-size: 20px;
}
.links_hidder_sub{
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: white;
	font-size: 13px;
	cursor: pointer;
	transition: .1s padding-left;

}.links_hidder_sub:hover{
	padding-left: 35px;

}
.image_teacher_card{
	width:100px;
	height:100px;
	background-size: cover;
	background-position: center;


}.teacher_class_card{
	display: flex;
	padding: 10px;
	background: #EAFBEA;
	margin: 10px;
	width: 100%;
}.teacher_card_details{
	padding-left: 10px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}.teacher_name_card{
	margin: 10px 0px;
	display:flex;
}.name_rep{
	font-family:allnormaltextbold,Tahoma, Verdana, sans-serif;
}.teacher_image_card{
	border: 2px solid var(--main-color);
	padding: 4px;
	width: 112px;
	height: 112px;

}#teacher_sec_card{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-right: 10px;
}#tbt{
	 table-layout:fixed;
    width:100%;
}
.old_student_cont{
	background-color: none;
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	overflow-x: auto;
}.each_old_student{
	width: 200px;
	height: 200px;
	display: flex;
	align-items: flex-end;

}.old_student_more_about_me{
	text-align: ;
	width: 100%;
	text-align: center;
	color: white;
	background-color:rgba(0, 0, 0, .5);
	padding: 10px;
}.each_old_student_border{
	padding: 4px;
	border: 2px solid var(--main-color);
	width: max-content;
	margin: 10px;
}.each_old_student_border2{
	padding: 4px;
	border: 2px solid var(--main-color);
	width: max-content;

}
#old_student_form_cont{
	width: 80%;
	margin: 20px;
}#student,#non-student{
	display: none;
}.info_panel{
	display: flex;
	padding: 10px 0px;
	flex-wrap: wrap;
	line-height:20px ;
	word-wrap: break-word;
}.panel_title{
	font-family: allnormaltextbold,Tahoma, Verdana, sans-serif;
	padding-right:5px ;
}#text_documentation_cont{
	display: flex;
	justify-content: space-around;
	padding: 30px;
	padding-top: 50px;

}#text_documentation{
		margin-right: 20px;
		
}#ifram{
	width: 100%;
	height: 80%;
	border: none;
}#frame_cont{
	width: 50%;
	max-width: 700px;
	height: 400px;
}
#heading_documentation{
	font-size: var(--sections-title-font-size);
	padding: 10px;
	padding-top: 0px;
	padding-left: 0px;
	color: var(--main-color);
}.samewidth{
	width: 50%;
	max-width: 600px;
	padding: 10px;
	padding-top: 0px;
	
}.indo{
	font-family: allnormaltextbold;
}


@media only screen and (max-width: 1100px) {
	
#event_card_space{
	grid-template-columns: auto;
	justify-items: center;
	width: 100%;
	padding:0px 15px ;

}.comb{
	margin: null 10px;
	margin-bottom: 10px;
}


}

@media only screen and (max-width: 930px) {
	#nav_btns{
		display: none;
	}#hambuger{
		display: block;
	}.old_student_cont{
		justify-content: center;
	}


}






@media only screen and (max-width: 770px) {
	#text_documentation_cont{
		flex-wrap: wrap;
		text-align: center;
	}.samewidth,#frame_cont{
		width: 100%;
		font-size: 100%;
		padding: 0px;
		margin-bottom: 30px;
	}#text_documentation{
		margin-right: 0px;
		
	}

	#top_child{
		justify-content: center;
	}#side_two{
		margin: 0px;
	}#side_one{
		justify-content: center;
		margin: 0px;
	}#mail{

	}#about_about_cont{
		flex-direction: column;
	}#popular_link_side{
		margin-top: 30px;
		margin-left: 0px;
		width: 100%;
	}
 


}

@media only screen and (max-width: 720px) {
		#wer{
			flex-direction: column;

			margin-left: 10%;
			
		}

}
@media only screen and (max-width: 700px) {
		#about_school_section{
			flex-direction: column;
			align-items: center;
			padding: 30px;
		}
		.about_school_cards{
			width: 100%;
			background: #eafbea;
			margin-top:10px ;
		}
}

@media only screen and (max-width: 600px) {
	.comb{
		width: 100%;
	}
}

@media only screen and (max-width: 570px) {
	.teacher_class_card{
		
		width: 100%;
	}#teacher_sec_card{
		

	}
}

@media only screen and (max-width: 550px) {
	#mail{
		padding-bottom: 5px;
	}#phone{
		padding-bottom: 5px;
	}
	#wer{
		flex-direction: column;
		
	}#logo_and_about_text{
		margin: 20px 0px;
		padding-left:0px ;
	}.link_cont{
		margin: 20px 0px;
	}
}





@media only screen and (max-width: 450px) {
		#like_motto_text{
			width: 100%;
			padding-left: 10px;
			padding-right: 10px;
		}	
		#school_name{
			font-size: 10vmin;
		}
		#welcome_text{
			font-size: 5vmin;
		}#about_ps_section{
			padding-left: 10px;
			padding-right: 10px;

		}
		#heading_documentation{
		font-size: 10vmin;
	}

	.teacher_class_card{
		width: 100%;
		flex-direction: column;
	}.teacher_card_details{
		padding-left: 0px;
	}


}



@media only screen and (max-width: 390px) {
	.teacher_name_card{
		/*flex-direction: column;*/
		/*background: red;	*/
		/*line-height: 7px;*/
		margin: 6px 0px;
		
	}.teacher_card_details{
		margin:10px 0px ;
	}
	

}
@media only screen and (max-width: 350px) {

	

	#text_documentation_cont{
		padding: 7px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
#logo_and_about_text{
	width: 90%;
}#wer{
	margin-left: 7px;
	margin-right: 7px;
}.link_cont{
	width: 100%;
}

		#side_one{
		flex-direction: column;
		width: 100%;
	}#open_hour{
		width: 100%;
		text-align: center;	
		margin-bottom: 7px;
	}#side_two{
		text-align: center;
		word-break: break-all;
	}.comb{
		flex-direction: column;
	}.date_dsc{
		align-items: center;
		margin-right: 0px;
	}

	.new_cont{
	margin-bottom: 20px;
}

}

@media only screen and (max-width: 300px) {

	.teacher_name_card{
		flex-direction: column;
		margin: 4px 0px;
		

	}.name_gangan,
.job_gangan,
.phone_gangan{
	margin-top: 2px;
}
	.name_gangan{
		
		margin-top: 0px;
	}
	#about_us_head{
		word-break: break-all;
	}
	#logo{
		margin-left: 20px;
	}
	.link_cont:last-child{
	word-break: break-all;
}
	#our_teacher_title{
		
		padding-left:3px;
		padding-right: 3px;
		margin: 0px;
		font-size: 10vmin;
	}
	#testimonie_head{
		
		padding-left:3px;
		padding-right: 3px;
		margin: 0px;
		font-size: 10vmin;
	}
	#explore_more{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		font-size:15px ;
	
	}#explore_link{
		width: 80%;
	}

		.about_school_cards{
			
			margin:10px 0px ;
		}
		#about_school_section{
			
			padding: 5px;
		}


}

@media only screen and (max-width: 250px) {
	
.teacher_image{
	width: 95%;
	padding: 0px;
}.teacher_card{
	padding: 0px;
	text-align: center;
}

}

table {
  /*font-family: Arial, Helvetica, sans-serif;*/
  border-collapse: collapse;
  width: 100%;
  background-color: white;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even){background-color: white;}

table tr:hover {background-color: #ddd;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--main-color);
  color: white;
}