﻿body {font-family: Arial; font-size: 12pt; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; color: #000000;
}
#stage {
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.19, #A3CBFF),
	color-stop(1, #0D56FF)
);
background-image: -o-linear-gradient(bottom, #A3CBFF 19%, #0D56FF 100%);
background-image: -moz-linear-gradient(bottom, #A3CBFF 19%, #0D56FF 100%);
background-image: -webkit-linear-gradient(bottom, #A3CBFF 19%, #0D56FF 100%);
background-image: -ms-linear-gradient(bottom, #A3CBFF 19%, #0D56FF 100%);
background-image: linear-gradient(to bottom, #A3CBFF 19%, #0D56FF 100%);

height:100mvh;
min-height:650px;

}
