body {
    overflow-x: hidden;
    --text-align: center;
    --vertical-align: middle;
    font-size: 3rem;
    font-size: 3vw;
    height: 100% !important;
    /* background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(51,51,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(51,51,255,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(51,51,255,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(51,51,255,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(51,51,255,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(51,51,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3333ff', GradientType=0 );
    */
    background-repeat: no-repeat;
    background-size: 100%;
}


h1 {
    position: relative;
    font-size: 5vw;
}

/*#scrip {
    margin: 0 auto;
    width: 75%;
    color: white;
    font-size: 20px;
    background: #015700;
    padding: 20px;
    border-radius: 10px;
    display: none;
}*/

.XferScript{
    border: 1px solid blue; 
    background-color:yellow; 
    margin: 2px;
}  

.DepScript{
    margin: 0 auto;
    width: 75%;
    color: black;
    font-size: 3rem;
    background: aqua;
    padding: 20px;
    border-radius: 10px;
}

/* FORM styles*/
form {
    font-size: 2vw;
    padding: 0px 7%;
}

select {
    height: 3vw;
    width: 100%;
    vertical-align: top;
    font-size: 2vw;
    color: black !imporant;
}

/* Container Styles lv1*/
div#sheet {
    xbackground-color: rgba(0, 0, 0, .05);
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}


/* Smart-phone styling */
@media only screen and (max-width: 500px) {
    body {
        font-size: 6vw;
    }
    h1 {
        position: relative;
        font-size: 14vw;
    }
    /* FORM styles sm*/
    form {
        font-size: 8vw;
    }
    select {
        height: 10vw;
        width: 100%;
        vertical-align: top;
        font-size: 7vw;
    }
}
