* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffe608;
  background: linear-gradient(90deg, #ffc23c, #ffea2f, #ffc23e);
  height: 100vh;
  width: 100vw;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.container-fulid {
  height: 100%;
}

.row {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: end;
  align-items: end;
  text-align: end;
  padding-bottom: 50px;
}

.left-text {
  padding-bottom: 70px;
}

h4 {
  font-weight: 800;
}

img {
  width: 100%;
  max-width: 100%;
  height: 80vh;
  object-fit: contain;
}
