@charset "UTF-8";
/* CSS Document */

.container {
  height: 100%;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  font-family: Open Sans, Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, sans-serif;
}

.containertext {
	color: #010044;
	margin-top: 5px;
  position: relative;
	 align-items: center;
  justify-content: center;
	text-align:center;
	padding-top: 80px;
  font-family: Open Sans, Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, sans-serif;
}

a {

	outline: none;

	color: #6966fb;
	text-decoration: none; 

}

a:hover {

	color: #594def;
	text-decoration: none; 

}

p {
  padding: 0px;
}