.lend {
  background: center / cover url('main.png');
  height: 100vh;
  width: 100%;
  padding-top: 145px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
}