<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rancho Creativo</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #f4f4f4;
color: #333;
}
h1 {
font-size: 3rem;
color: #2c3e50;
}
</style>
</head>
<body>
<h1>Rancho Creativo</h1>
</body>
</html>