* {
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  line-height: 150%;
  margin: 0;
  overflow: hidden;
}

section {
  color: #fff;
  text-align: center;
}

div {
  height: 100%;
}

article {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}

h1 {
  font-size: 1.75rem;
  margin: 0 0 0.75rem 0;
}

.container {
  display: table;
  width: 100%;
}

.logo {
  position: absolute;
  top: 40px;
  left: 40px;
}

.logo img {
  height: 120px;
}

.inner-container {
  background-image: url("bk.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-container article {
  text-align: center;
  padding: 30px;
}

.coming-soon {
  max-width: 600px;
}

.coming-soon hr {
  margin: 25px 0;
}

.coming-soon h2 {
  font-weight: 400;
}

.coming-soon h3 {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 800;
  line-height: 1;
}

.coming-soon a {
  font-size: 16px;
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.coming-soon a:hover {
  text-decoration: underline;
}

