@charset "utf-8";

body{
  background-color:#082b61;
}
main:not(.orbita) {    
  font-family: 'Open Sans';
  display: flex;  
  width: 100vw;  
  align-items: center;
  justify-content: center;   
  max-width: 100%;  
}
main:not(.orbita) h1
{
  color:#FFFFFF;  
}

main:not(.orbita) div
{    
  font-weight: 700;
  background-color:#FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
    align-items: center;
  min-height: 150px;
}

img
{
  max-width: 100%;
}

.div-1
{
 background-color:#082b61;   
}

.div-2
{
  padding: 35px;  
}

.div-result
{
  min-height: 0;
  border-radius: 0px;
  background-color:#082b61;   
}

.button {
	box-shadow: 0px 1px 0px 0px #082b61;
	background:linear-gradient(to bottom, #AACCFF 1%, #082b61 100%);
	background-color:#33bdef;
	border-radius:6px;
	border:1px solid #082b61;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'Open Sans';
	font-size:15px;
	font-weight:bold;
	padding:16px 32px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.button:hover {
	background:linear-gradient(to bottom, #BBDDFF 5%, #082b61 100%);
	background-color:#019ad2;
}
.button:active {
	position:relative;
	top:1px;
}

.notice-text
{
  font-weight:100;
}

.result-text
{  
  color: #FFFFFF;
  font-style:normal;
  font-weight: 400;
}
