body {
  background-color: #26447B;
  height: 100vh;
  font-family: 'Roboto', sans-serif;
}

h1 {
  color: white;
  font-size: 44px;
}

p {
  color: white;
  font-size: 18px;
}

h6 {
  color: white;
  font: 16px;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #F0FAB4;
}

a:hover {
  color: #F0FAB4;
}

#content {
  z-index: 2;
  height: 100vh;
  position: relative;
}

#logo {
  width: 100px;
}

#screen-demo-img {
  width: 100%;
}

.app-store-img {
  height: 40px;
}

#logo-background {
  position: absolute;
  bottom: 0;
  left: 20%;
  z-index: 1;
  width: 550px;
  opacity: .2;
}

#mobile-logo-background {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 350px;
  opacity: .2;
}
