body {
    background: black;
    color: white;
}

.regresar-home {
    background-color: rgb(11, 26, 238);
    color: #fcfcfc;
    font-weight: 500;
    border-radius: 10px;
    font-size: 14px;
    padding: 5px;
    position: fixed;
    top: 10px;
    left: 4px;
    box-shadow: 10 10 10px rgb(89, 6, 241);
    border: 3px solid rgb(255, 255, 255);
    transition: 1s;
    text-decoration: none;
    z-index: 100;
}

.regresar-right {
    background-color: rgb(11, 26, 238);
    color: #fcfcfc;
    font-weight: 500;
    border-radius: 10px;
    font-size: 14px;
    padding: 5px;
    position: fixed;
    top: 10px;
    right: 4px;
    box-shadow: 10 10 10px rgb(89, 6, 241);
    border: 3px solid rgb(255, 255, 255);
    transition: 1s;
    text-decoration: none;
    z-index: 100;
}

.header-container {
    display: flex;
    justify-items: center;
    flex-direction: column;
    align-items: center;
}

.txt-servicios {
    line-height: 200px;
    margin-top: 20px;
    text-align: center;
    color: #fcfcfc;
    text-transform: uppercase;
}

.slider-servicios {
    border-bottom: 2px solid white;
}

.articulo {
    margin-top: 20px;
    color: whitesmoke;
}

.img-desarrollo {
    width: 100;
}