@font-face{
	font-family: "Notosans";
	src: url("./res/fonts/Notosans/Notosans.woff2");
}

@font-face{
	font-family: "Fredoka";
	src: url("./res/fonts/Fredoka/Fredoka.woff2");
}

body{
	margin: 0px;
	font-size: 18px;
	font-family: Notosans;
}

a{ 
	text-decoration: none; 
	color:black;
}

.flex_row{
	display: flex;
}

.flex_row_align_center{
	display: flex;
 	align-items: center;
}

.flex_row_justify_end{
	display: flex;
 	justify-content: end;
}

.flex_column{
	display: flex;
	flex-direction: column;
}

.flex_column_centered{
	display: flex;
	flex-direction: column;
	align-items: center;
 	justify-content: center;
}

.flex_column_justify_end{
	display: flex;
	flex-direction: column;
 	justify-content: end;
}

.flex_column_align_end{
	display: flex;
	flex-direction: column;
 	align-items: end;
}

.flex_centered{
	display: flex;
	align-items: center;
 	justify-content: center;
}

.flex_row_justify_center{
	display: flex;
	justify-content: center;
}

@media(max-width: 430px){
	.flex_row_justify_center{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.foot_margin{
	margin-bottom: 16px;
}

.border_round_blue{
	border-width: 1px;
	border-radius: 10px;
	border-style: solid;
	border-color: rgb(36, 143, 178);
}

.border_round_black{
	border-width: 1px;
	border-radius: 10px;
	border-style: solid;
	border-color: black;
}

.border_round_black_inner{
	border-width: 1px;
	border-radius: 5px;
	border-style: solid;
	border-color: black;
}

.sub_title_box{
	background-color:black;
	color:white;
	height: 100px;
	font-family: Fredoka;
}

.box_shadow{
	box-shadow: 5px 5px 5px #4a4f4f;
}

.circle_clip{
	clip-path: circle(50%);
}

.b1{
	display: block;
	font-size: 2em;
	font-weight: 500;
}

.b2{
	display: block;
	font-size: 1.5em;
	font-weight: 500;
}

.margin_bottom_s{
	margin-bottom: 12px;
}

.padding_s{
	padding: 10px
}

.padding_left_right_s{
	padding-left: 10px;
	padding-right: 10px;
}

.gap_s{
	gap: 10px;
}

.about_me_p{
	padding-left:  20%;
	padding-right: 20%;
}

@media(max-width: 430px){
	.about_me_p{
		padding-left:  9%;
		padding-right: 9%;
	}
}

.steam_game_thumbnail{
	width: 100%;
	height: 100px;
}

.socmed_card{
	width: 312px;
	height: 75px;
}

.icon_48{
	width: 48px;
	height: 48px;
}
