@charset "utf-8";

body {
	background-color:#F5E4D2;
	}

header {
	background-image:url(Imagenes/bamboo2.jpg);
	background-size:cover;
	width:auto;
	height:125px;
	}

.title {
	text-align:center;
	}

.texto {
	text-align:center;
	}

input, button {
	width:100%;
	height:100%;
	font-size:30px;
	}

table, div {
	width:500px;
	height:400px;
	margin: 0 auto;
	}