body{
background-color: rgba(1, 221, 19, 0.5);
margin: 0;
height: 100vh;

justify-content: center;
align-items: center;
}
.container{
max-width: 80%;
margin: 0 auto;
padding: 40px 20px;
}
.text-box {
display: flex;
justify-content: space-between;
gap: 20px;

margin-bottom: 30px;
}
.text1left {
    font-size: 20px;
    height: 1000px;
    width: 500px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: blue;
    text-align: center;
}
.text2right {
    padding: 5px;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 1000px;
    color: green;
    text-align: center;
    font-family: cursive;
}
.text3centr {
    font-family: cursive;
    font-size: 30px;
    width: 500px;
    height: 1000px;
    align-items: center;
    justify-content: center;
    color: red;
    text-align: center;
}
.justtext {
font-size: 300%;
text-align: center;
color: purple;
margin-bottom: 20px;
}
.textin1, .textin2, .textin3 {
padding: 25px;
}
.background-image {
color: brown;
background-image: url(CZuQkcMl.jpg);
background-size: cover;
background-position: center;
width: 700px;
height: 700px;
text-align: center;
padding: 20px;
position: absolute;
right: 20px;
background-repeat: no-repeat;
font-size: 20px;
}
