* {
  font-family: "Open Sans", sans-serif !important;
}

html,
body {
  height: 100%;
}

.container {
  display: flex;
  height: 100%;
  background: linear-gradient(45deg, #3456a2, #061749);
  align-items: center;
  justify-content: center;
}

.info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 1.5px;
  line-height: 1.5;
  color: white;
}

.company-name {
  font-size: 24px !important;
  border-bottom: 1px solid white;
  margin-bottom: 8px;
}
