div{
	padding: 2em;
}

.Os{
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 5em;
	border: solid black;
	background: #E8344A;
	text-shadow: 2px 2px #A49EAD;
}

body{

}

.example_1{
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}

.example_2{
	font-family: 'Oswald', sans-serif;
	font-size: 35px;
	font-weight: 400;
	text-align: center;
}


.example_3{
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
}

#main{
	font-family: 'Oswald', sans-serif;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	column-rule: 1px solid;
	-webkit-column-rule: 1px solid;
	-moz-column-rule: 1px solid;
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px;
	border: solid 5px;
	background: #E8344A;
}

.box{
	display: inline-block;
}

.style_1{
	font-size: 1.6em;
	font-weight: 700;
}

.style_2{
	font-size: 1.6em;
	font-weight: 400;
}

.style_3{
	font-size: 1.6em;
	font-weight: 300;
}

#text_1{
	max-width: 80%;
	min-width: 40%;
}

#text_1 h1{
	color: white;
}

#text_2 h1{
	color: white;
}

#text_2 p{

}

#text_2{
	margin-top: 5cm;
	max-width: 80%;
	min-width: 40%;
}

#foots{
	border: solid black 5px;
	background: #E8344A;
}

footer{
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-weight: 700;
	font-size: 23px;
	text-shadow: 2px 2px #A49EAD;
}

.top{
	font-size: 28px;
	padding: 1.8em;
}