body {
  background: #f4f4f4;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0;
}

.contenedor {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.foto-felipe {
  width: 180px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 20px;
}

h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

.destacado {
  color: #e53935;
}

p {
  font-size: 16px;
  margin-bottom: 20px;
}

.boton {
  display: inline-block;
  padding: 12px 20px;
  background-color: #e53935;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s;
}

.boton:hover {
  background-color: #c62828;
}

.nota {
  font-size: 13px;
  color: #777;
  margin-top: 10px;
}
