@import url('https://fonts.googleapis.com/css2?family=Recursive:wght@300&display=swap');
.content{
    width: 100%;
    height: 400px;
    /* background-color: black; */
}
.content img{
    width: 100%;
    height: 100%;
}
.content-text{
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
}

.content-text h1{
    color: rgb(88, 65, 35);
    font-family: 'Rancho', cursive;
    /* margin: 10px; */
    text-align: center;
}

.content-text p{
    color: rgb(140, 96, 38);
    font-weight: 800;
    font-size: 1rem;
    font-family: 'Recursive', sans-serif;
    text-align: center;
}

.content-text1{
    /* top: 0; */
    /* margin: 100px ; */
    display: flex;
    justify-content: center;
    padding: 10px ;
    width: 100%;
    height: 700px;
    background-color: rgb(224, 231, 233);
}

.content-text1-img{
    width: 70%;
    height: 95%;
    background-color: black;
}
.content-text1-img img{
    width: 100%;
    height: 100%;
    
}

.content-text1-p{
    text-align: center;
    margin: 5% 100px;
    width: 40%;
    height: 60%;
}
.content-text1-p h1{
    color: rgb(88, 65, 35);
    font-family: 'Rancho', cursive;
}

.content-text1-p p{
    color: rgb(140, 96, 38);
    font-weight: 800;
    font-size: 1rem;
    font-family: 'Recursive', sans-serif;
}