﻿body {
    background: #fafafa;
    color: black;
    background-image: url('Images/Fondos/FondoSysmed2.jpg');
    background-size: cover;
    height: calc(100vh - 3px);
    background-position: bottom;
    background-attachment: fixed;
}
