@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500);

*{
	padding:0;
	margin:0;
}

body{
	font-family: "Ubuntu", sans-serif;
	font-size: 100%;
	background:#f8f8f8;
}

a{
	text-decoration: none;
	color:#666;
}
a:hover{
	color:#999;
}

button {
	padding: 10px;
	border-radius: 3px;
	background: #E0E0E0;
	border: #CCC 1px solid;
}

p{
	line-height: 2em;
	margin:0 0 20px;
	text-align: center;
}

hr{
	border: 0;
	border-bottom: #CCC 2px solid;
	margin: 30px auto;
}

.title{
	font-size: 4em;
}

.wrap{
	max-width: 600px;
	margin:auto;
    
}

.type-wrap{
    position:absolute;
    top:150px;
    color:white;
    font-size:28px;
    font-family:Georgia,serif;
    font-style:italic;
    text-align:center;
    width:600px;
}


.butonRenk {
    border-radius: 4px;
    border: rgba(255, 255, 255, 0.25) 1px solid;
    width: 200px;
    float: left;
    font-size: 20px;
    font-style: normal;
    padding: 8px;
    font-family: Arial;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
}
    .butonRenk:hover {
        background-color: white;
        color: black;
    }

.links {
    margin: 20px 0;
    font-size: 0.75em;
}
