

html {
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
}

body {
font-size: 100%;
    overflow-x: hidden;
    padding: 0;
    height: 100vh;
    position: relative;
    margin: 0;
    max-height: 100%;
}

p {
  font-family: Helvetica;
  font-size: 0.90rem;
  line-height: 1.5;
  font-weight: 200;
  color: #333333;
}

h1 {
  font-family: Helvetica;
  font-size: 1.20rem;
  line-height: 1.5;
  font-weight: 600;
  color: #2D66F6;
}

.logo {
    width: 150px;
    margin-bottom: 20px;
    display: inline-block;
}

.container {
position: relative;
    padding: 20px 20px 0 20px;
}

.container-content {
    max-width: 500px;
    height: 100
}

.sediment {
    top: 0%;
    left: 45%;
    max-width: 200%;
    position: absolute;
    display: block;
    overflow: hidden;
    height: 100%;
}

@media (min-width: 768px) {
  .container-content {
      max-width: 500px;
      padding: 40px 40px 0 40px;
  }
  .sediment {
    top: -30%;
        left: 10%;
        height: 200%;
  }
 }
