@charset "UTF-8";

.headline_tb{
	color: white;
	font-family: "Segoe UI";
	font-size: 35px;
	transition: 0.2s;
	text-decoration: none;
}


.headline_tb:hover{
 color: #2D97FF;
 transition: 0.2s;
}

.normal_text{
	color: white;
	font-family: "Segoe UI";
	font-size: 20px;
}

.normal_href{
	color: white;
	font-family: "Segoe UI";
	font-size: 20px;
	transition: 0.2s;
	text-decoration: none;
}

.normal_href:hover{
 	color: #2D97FF;
 	transition: 0.2s;
}


.bottom_href{
	font-size: 20px;
	color: #bbbbbb;
	font-family: "Segoe UI";
	transition: 0.2s;
	text-decoration: none;
}

.bottom_href:hover{
 	color: #2D97FF;
 	transition: 0.2s;
 	cursor: pointer;
}