﻿body {
    background: #fafafa;
    color: black;
    background-image: url('Images/Fondos/Fondo.svg');
    background-position: initial;
    height: calc(100vh - 3px);
    display: flex;
    flex-direction: column;
    background-position: bottom;
    background-attachment: fixed;
    background-size:cover;
}
