html,
body {
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

.header{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.header .header_left{
	
}
.header .header_left img{
	height: 70px;
	width: 70px;
}

.header .header_right{
	margin-left:20px;
}

.line{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin:30px 10px;
	height: 1px;
	background-color: #cccccc;
}

.bottom{
	margin-bottom:30px;
	text-align: center;
}


.bottom .bottom_text{
	margin-top:20px;
}



