form{
background-image: url("deco.jpg");
}
textarea
{
	color: black;

}
tr {
font-family: 'Grasshopper',garamond, sans-serif;
font-weight:normal;
font-style:normal;
font-size: 100px;
text-align: center;
color: yellow;
background-image: url("deco.jpg");
}

.container {
        display: flex;
        align-items: center;
        justify-content: left
      }
.image {
        flex-basis: 10%
      }
.text {
        font-size: 30px;
        padding-left: 20px;
		color: yellow;
		padding-right : 60px;
      }

.img3 {
	width: 200px; 
	height: 230px;
}

.image2 {
	width: 600; 
	height: 140;
}
button {
	width: 50px; 
	height: 50px; 
	font-size: 40px; 
	color: yellow;
}
body {
background-image: url("deco.jpg");
}
.nombre {
	width: 150px; 
	height: 150px; 
	font-size: 85px; 
	white-space: normal;
	font-family: garamond, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size: 85px;
	font-weight: bold;
	text-align:center;
}
.btn {
	width: 500px; 
	height: 100px; 
	font-size: 50px; 
	white-space: normal;
}
