body {
  background-image: url("https://i.redd.it/ol6febcwjh871.png");
  color: beige;
  font-family: "Times New Roman", Times, serif;
}


body {
  cursor: url("Ranfren Randal Ivory & Knife Animated--cursor--SweezyCursors.png"), auto;
}

.centrado {
  text-align: center;
}
.menu {
  text-align: center;
}
.menu a {
  background-color: yellow;
  color: skyblue;
  border: 2px solid gray;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 20px;
  margin: 5px;
  display: inline-block;
}

.menu a:hover {
  background-color: orange;
}


.caja-texto {
  background-color: white;
  border: 3px solid yellow;
  width: 500px;
  padding: 20px;
  margin: auto;
  color: black;
}


.caja-retro {
    position: absolute;
    left: 315px;
    top: 250px;

    background-color: yellow;
    border: 2px honeydew;
    width: 850px;
    padding: 25px;
    color: black;
}

.husband {
    display: block;
    text-align: center;
}

.husband img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.stamp {
    position: absolute;
    left: 100px;
    top: 100px;
}

.loco {
    position: absolute;
    left: 200px;
    top: 50px;
}



.musica-derecha {

    position: absolute;

    left: 1280px;

    top: 250px;

}






















































