* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.peamine {
	display: inline-block;
	height: 500px;
	width: 700px;
	background: #f0c4c2;
	border-radius: 15px;
	padding: 30px;
	margin: 30px;
	text-align: center;
}

h1 {
	font-size: 30px;
	color: #454545;
	padding-bottom: 15px;
}

p {
	margin-bottom: 5px;
}

.sisestus {
	display: inline-block;
	height: 300px;
	width: 450px;
	background: #fff;
	border-radius: 15px;
	padding: 30px;
	margin: 30px;
}

.big {
	font-style: bold;
	color: #b56b3e;
}

.baaton {
	display: inline-block;
	height: 50px;
	width: 70px;
	background-color: #454545;
	color: #b56b3e;
	border: none;
	border-radius: 5px;
	margin-bottom: 10px;
}

.baaton:hover {
	background-color: #f0c4c2;
}
