body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    background-color: #fecb01;
    background-image: url("./telafundo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}


