﻿body {
	background-image:url('hatter.jpg');
	padding:30px;
}

h1 {
	margin:0;
	color:maroon;
}

iframe {
	background-color:rgba(80,0,0,0.8);
	padding:10px;
}

div.gomb {
	width:95%;
	text-align:center;
	font-family: 'Almendra SC', serif;
	font-size:xx-large;
	background-color:rgba(255,153,51,0.5);	
	width:100%;
	padding:10px;
	margin:0 0 10px 0;
	border:thin;
	border-color:maroon;
	border-style:dotted;
	border-radius:0 40% 40% 0;
	cursor:pointer;
	
}