body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}

img.logo {
  max-width: 500px;
  max-height: 500px;
  margin-bottom: 0rem;
}

p.coming-soon {
  font-size: 2rem;
  color: #333;
  letter-spacing: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
