.moveleft {
  left: 0px;
  background-color: none;
  padding: 30px;
  background: white;
  border-radius: 4px;
}

@media screen and (min-width: 680px) {
  .moveleft {
    position: relative;
    background: white;
    color: black;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    z-index: 1;
  }
}
.bgdark {
  background-color: #011e0e;
  color: #fff;
  padding: 50px 0;
}
.darklight {
  color: #fff;
}

