html {
    height: 100%;
}
body {
    background-image: linear-gradient(to bottom right, #037dfc, #a3f0fa);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
}
#box {
    /* border-top: 50px solid #06063b !important; */
    padding: 10px;
    background-color: white;
    box-shadow: 1px 19px 30px #d2d0d0;
    margin: auto;
}
