@font-face {
    font-family: 'Victor Horta';
    src: url('Victor Horta.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

form{
	background-color: rgb(111,174,172);
}

textarea
{
	color: white;
	background-color: rgb(111,174,172);
}

tr {
font-family: 'Victor Horta', Arial, sans-serif;
font-weight:normal;
font-style:normal;
font-size: 100px;
text-align: center;
color: white;
background-color: rgb(111,174,172);
}

.container {
        display: flex;
        align-items: center;
        justify-content: left
      }
.image {
        flex-basis: 10%
      }
.text {
        font-size: 30px;
        padding-left: 20px;
		color: white;
		background-color: rgb(111,174,172);
		padding-right : 60px;
      }

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

.image2 {
	width: 600; 
	height: 140;
}
button {
	width: 50px; 
	height: 50px; 
	font-size: 40px; 
	color: black
}
body {
	background-color:rgb(111,174,172);
}
.nombre {
	width: 150px; 
	height: 150px; 
	font-size: 85px; 
	white-space: normal;
	font-family: 'Victor Horta', Arial, 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;
}
