p {
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  text-align: center;
  color: #162A62;
}

.FlexContainer {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 90vh;
  padding: 25px;
}

.FlexChild {
  margin-bottom: 10px;
  margin-top: 10px;
}

.FlexChild img {
  max-width: 240px;
  width: 100%;
}

#Logo {
  margin-bottom: 25px;
  margin-top: 15px;
}

#Logo img {
  max-width: 300px;
  width: 100%;
}

#Instructions {
  margin-bottom: 30px;
}
