html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #06257c;
  font-family: "Montserrat", Arial, sans-serif;
  color: #ffffff;
  text-align: center;
}

.cs-splash-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-splash {
  max-width: 900px;
  padding: 40px 20px;
}

.cs-logo {
  max-width: 620px;
  width: 100%;
  height: auto;
  margin: 0 auto 35px;
  display: block;
}

.cs-company-name {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}

.cs-contact {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.cs-contact a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.cs-contact a:hover {
  text-decoration: underline;
}

.cs-address {
  margin-top: 14px;
  font-weight: 400;
  opacity: 0.9;
}

@media (max-width: 600px) {
  .cs-company-name {
    font-size: 32px;
  }

  .cs-contact {
    font-size: 16px;
  }
}
