* {
  margin: 0;
  padding: 0;
}

.session-loss-container {
  height: 100vh;
  background-image: url('../images/fundo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-app-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-app-container img {
  width: 200px;
}

.info-text {
  text-align: center;
  margin-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: #32414e;
}

h1.info-text {
  color: #2e3b47;
}