/* Fonts from Google Fonts - more at https://fonts.google.com */
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');*/


html {
    height: 100%;
}

body {
  height: 100%;
  background-color: white;
  /*font-family: "Open Sans", sans-serif;*/
  padding: 0;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  /*font-family: "Merriweather", serif;*/
  font-size: 32px;
}

#logo {
    display: block;
    padding-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 260px;
   
}
p.frase {
    padding-bottom: 70px;
    font-size: 16px;
    color: #001a49;
    text-align: center;
}

.flex-container {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	height: 100%;
	background: rgb(6,60,138);
	background: linear-gradient(322deg, rgba(6,60,138,1) 0%, rgba(14,85,142,1) 24%, rgba(0,212,255,1) 100%);
}