* {
    margin: 0;
    padding: 0;
  }
  
  
  .header {
    position: relative;
    background: url("../../assets/images/automated-storage-system.jpg") no-repeat center center/cover;
    height: 200px;
    color: white;
  }
  
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 50px;
  }
  
  .overlay h1, .overlay p {
    color: white;
    margin: 0;
  }
  