body {
  font-family: Lato;
  margin: 0;
}
.parent {
  position: relative;
  height: 100vh;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.headline {
  text-align: center;
  font-size: 1.75rem;
  padding-bottom: 1rem;
}
.subtitle {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}
.center-text {
  text-align: center;
}
.logos {
  padding-top: 5.625rem;
}
.logo {
  display: inline-block;
}
.logo-img {
  width: 5.625rem;
  height: 5.625rem;
  padding-bottom: 1rem;
}
.name {
  color: #005aad;
  font-weight: bold;
  height: 1.75rem;
}
.version {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.7);
}
.chrome {
  padding-right: 7.438rem;
}
.edge {
  padding-left: 7.438rem;
}
.continue {
  padding-top: 4.2rem;
  font-size: 0.876rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .chrome {
    padding-right: 4rem;
  }
  .edge {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 925px) {
  .logos {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .center {
    position: absolute;
    top: 50%;
    width: 100%;
  }
}
