body {
    background-color: #031285;
    color:whitesmoke;
    
    font-family: sans-serif, Verdana;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 19.99px;
}

.row {
  width: 100%;
  text-align: center; /* center the content of the container */
}

.block {
  width: auto;
  display: inline-block;
}

.block2 {
  width: 300px;
  display: inline-block;
  text-align: left;
}
