html{
  background-color: #000000;
}

body{color: white;}

.todo {
  position: relative;
  width: 800px;
  margin: 0 auto;
}

.lan {
  width: 100%;
  height: auto;
  display: block;
}

.ojos {
	width: 100%;
	display: flex;
	position: absolute;
    top: 28.9%;
    left: 28.6%;
    margin: 0 auto;
    width: 37%;
    height: auto;
    padding-top: 0%;
	column-gap: 15.5%;
}

.ojo {
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
}

.pup {
	width: 20px;
	z-index: 2;
}

.cesta {
  position: relative;
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.enlaces {
  position: relative;
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

h3{
  text-align: center;
}