.moveleft {
  left: 0px;
  background-color: none;
  color: white;
  padding: 0 20px;
}

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