body {
  background-color: #f1f1f1;
}
.container {
  height: 95vh;
  display: flex;
  flex-flow: column;
}
.content {
  flex-flow: column;
  align-items: center;
  justify-content: center;
  display: flex;
  flex: 1;
}
image {
  display: flex;
  width: 120px;
  height: 120px;
}
.primary-text {
  margin-top: 17px;
  font-family: 'Roboto';
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #4b61f9;
}

.secondary-text {
  margin-top: 17px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

.footer-text {
  align-self: center;
  font-family: 'Roboto';
  font-size: 12.8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #4b61f9;
}
