body, html {
  height: 100%;
  margin: 0;
  background-color: #00326B;
}

.container {
  display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    max-width: 650px;
    margin: auto;
}

.logo {
  width: 700px;
  text-align: center;
}

.texto {
  padding: 10px 20px;
  font-weight: 500 !important;
  background-color: #FFF;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
p {
  float: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #333;
}

#text-message {
  transition: opacity 0.5s ease;
}