body,html{
    margin: 0;
    padding: 0;
    height: 100%;
}
.mainContainer {
  background-image: url(tractor.png);
  height: 250vh;
  background-attachment: fixed; /* This keeps the image in place */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  position: relative;
}
.textBox{
    width: 75%;
    padding: 1%;
    position: absolute;
    background-color: #e7c8a0b7;
    background-image: url("https://transparenttextures.com/patterns/cardboard.png");
    backdrop-filter: blur(4px);
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    border-radius: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4), 
            0 0 10px rgba(0, 0, 0, 0.2);
    top: 20vh;
    left: 12.5vw;
}
.textBox1{
    width: 75%;
    padding: 1%;
    position: absolute;
    background-color: #e7c8a0b7;
    background-image: url("https://transparenttextures.com/patterns/cardboard.png");
    backdrop-filter: blur(4px);
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    border-radius: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4), 
            0 0 10px rgba(0, 0, 0, 0.2);
    top: 100vh;
    left: 12.5vw;
}
h1{
    font-size: 128px;
}
.textBox2{
        width: 75%;
    padding: 1%;
    position: absolute;
    background-color: #e7c8a0b7;
    background-image: url("https://transparenttextures.com/patterns/cardboard.png");
    backdrop-filter: blur(4px);
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    border-radius: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4), 
            0 0 10px rgba(0, 0, 0, 0.2);
    top: 150vh;
    left: 12.5vw;
}
.textBox3{
    width: 75%;
    padding: 1%;
    position: absolute;
    background-color: #e7c8a0b7;
    background-image: url("https://transparenttextures.com/patterns/cardboard.png");
    backdrop-filter: blur(4px);
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    border-radius: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4), 
            0 0 10px rgba(0, 0, 0, 0.2);
    top: 200vh;
    left: 12.5vw;
}