:root {
    --background-color: #1d1d1d;
    --original-color: #fafafa;
}

body {
    color: rgb(255, 255, 255);
}

.enlaceTxt {
    color: rgb(255, 255, 255);
    font-weight: 300;
    text-decoration: underline dotted;
}