

body {
  background : -moz-linear-gradient(50% 0% -90deg,rgba(0, 2, 39, 1) 0%,rgba(0, 2, 26, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(0, 2, 39, 1) 0%, rgba(0, 2, 26, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(0, 2, 39, 1) ),color-stop(1,rgba(0, 2, 26, 1) ));
  background : -o-linear-gradient(-90deg, rgba(0, 2, 39, 1) 0%, rgba(0, 2, 26, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(0, 2, 39, 1) 0%, rgba(0, 2, 26, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000227', endColorstr='#00021A' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(0, 2, 39, 1) 0%, rgba(0, 2, 26, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000227',endColorstr='#00021A' , GradientType=0);
}
