:root{
    --color-1: #1A1423;
    --color-2: #372549;
    --color-3: #774C60;
    --color-4: #B75D69;
    --w: #fff;
}

body{
    background-color: var(--color-3);
}

.regresar{
    width: 100%;
    display: flex;
    justify-content: center;
}

.regresar a{
    color: var(--color-4);
    font-size: 3rem;
    text-decoration: none;
}

.regresar a:hover{
    color: var(--w);
}