.container {
  background: #5086BA;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  padding: 30px;
  box-sizing: border-box;
}

.logo {
  width: 300px;
}

.text,
.emojis {
  font-size: 1.2em;
  text-align: center;
}