/* 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: 400px;
    mix-blend-mode: multiply;
   
}
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(229 251 255);
	background: linear-gradient(322deg, rgb(60 255 219) 0%, rgb(115 228 230) 24%, rgb(229 251 255) 100%);
}