body {
    background-image: url("../img/painted_pink.jpg");
    background-size: cover;
    height: 100vh;
    background-position: 20% 40%;
    background-repeat: no-repeat;
}

.text-titulo {
    color: black;
    font-family: "Allura", cursive;
    font-size: 5rem;
}

.text-sub {
    color: black;
    font-family: "Allura", cursive;
    font-size: 3rem;
}

.text-construccion {
    font-family: "Bebas Neue", sans-serif;
    font-size: 4rem;
}