:root {
    --collection-1-font-size-onboard-desc: 40px;    
}

body {
  background-image: url('/static/Frame 2.jpg');
  background-size: cover;
}

.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-image: url('/static/Rectangle 591.png');
  background-size: cover;  
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .container {
    font-size: 1.75rem;
  }  
}

@media screen and (max-width: 768px) {
  .container {
    font-size: 1.5rem;
  }  
}

.logo {
  flex: 0 auto;
  margin-bottom: 4rem;
  text-align: center;
}

.who-you-are {
    flex: 0 auto;
    width: 80rem;
    max-width: 75%;
    margin-bottom: 4rem;
    text-align: center;
    font-size: var(--collection-1-font-size-onboard-desc);
}

.btn {
  flex: 0 auto;
  width: 20rem;
}

.img-northstar {
  width: 27rem;
  max-width: 90%;;
}
