/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i|Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i&subset=latin-ext';
body{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+100 */
	background: #f2e4da;
	margin:0;
	padding::0;	
	font-family: 'Open Sans', sans-serif;
}.kutu {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
    margin-top: 80px;
}
.logo {
    margin-bottom: 30px;
}
h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
	margin: 0 0 30px 0;
}
h1 {
    font-size: 30px;
    color: #000;
    font-weight: 300;
	margin: 0;
}
.kutu p {
    margin: 0;
    color: #383838;
}
a {
    color: #383838;
    text-decoration: none;
}
hr {
    border-top: 1px dashed #383838;
    border-bottom: 0;
}