#starts {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0
}

#starts canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px inset #12284C !important;
    -webkit-text-fill-color: #fff !important;
background: transparent !important;}
