			@font-face {
			font-family: GoodDog;
			src: url("fonts/GoodDog.otf") format("opentype");
			}
			@font-face {
			font-family: Ibers;
			src: url("fonts/Indiket-Variation.otf") format("opentype");
			}
			body {
				margin: 0px;
				overflow: hidden;
				background-color:#edc983;
				font-family: "GoodDog";
				}
			h1{text-align: center; font-size: 60px;}
			#Present{
				margin:0px;
				padding: 2px;
				font-family: "GoodDog";
				font-size: 40px;
				text-align: center;
				color:white;
				background-color:#210f03;
			}
			#iberic{
				margin: 0px; padding: 0px;
				background-color:#331806;
				background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MCcgaGVpZ2h0PScxMDAnIHZpZXdCb3g9JzAgMCA1IDEwJz4KCTxwYXRoIGQ9J00wLDBsNSw1bC01LDVtLTEsLTZsMSwxbC0xLDFNNCwtMWw2LDZsLTYsNicgZmlsbC1vcGFjaXR5PScwJyBzdHJva2U9JyMzYjFiMGInIHN0cm9rZS13aWR0aD0nMicvPgo8L3N2Zz4=');
				font-size: 90px;
				}
			#container {
				position: relative;
				background-color: #edc983;
				width: 100%;
				padding: 10px;
			}
			#container_info{
			padding: 10px;
			font-family: "GoodDog";
			font-size: 40px;
			
			}
			textarea {
			width: 90%;
			height: 50px;
			font-size: 2em;
			line-height: 1.5em;
			margin: 10px;
			border-color: #210f03;
			border: 2px #210f03 solid;
			border-radius: 5px;
			}
			#peu{
				position:absolute;
				bottom: 0px;
				width: 100%;
				margin:0px;
				padding: 2px;
				font-family: "GoodDog";
				font-size: 24px;
				text-align: center;
				color:white;
				background-color:#210f03;
			}
			#signari{
			
				background: rgba(33,15,3,0.8);
				color: white;
				width: 60%;
				position: absolute;
				right: -100%;
				top: 20px;
				transition: all 1s;
			}
			.closeButton{ 
				position : absolute;
				left: -40px;
				background:#210f03;
				border: 3px solid white;
				width: 60px; height: 60px;
				text-align: center;
				border-radius: 50%;
				font-size: 60px;
			}
			.infoButton{
				position : absolute;
				right: 40px;
				top: 10px;
				background:#210f03;
				border: 3px solid white;
				width: 60px; height: 60px;
				text-align: center;
				border-radius: 50%;
				font-size: 60px;
			}