h1{
    font-family: title1;
    font-size: 200px;
    color: white;
    position: absolute;
    top: -150px;
    right: -500px;
    width: 600px;
    text-shadow: 0 0 40px black;
    transform: rotate(-4deg);
}
.construction {
  color: black;
  background: gold;
  padding: 17px;
  border-image-slice: 12;
  border-image-width: 12px;
  border-image-repeat: stretch;
  border-style: solid;
  border-color: transparent;
  border-image-source: repeating-linear-gradient(-45deg, gold, gold 12px, black 12px, black 24px);
  outline: 2px solid black;
  outline-offset: -13px;
  box-shadow: 0 0 0 2px black;
}
main{
    gap: 50px;
}
#cuatro04 {
    position: relative;
}
.bg1{
    background-image: url("../img/bg2.png");
}
p{
    width: 800px;
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0.712);
    text-align: center;
    padding: 30px;
}
p a{
    color: #ff00ff;
}
.caja1{
    border-image-outset: 22px;
    border-radius: 3px;

}
