.index-container1{
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.wrapper{
    margin: 150px auto;
    width: 70%;
}

.Home-image-1{
    max-width: 100%;
    float: left;
    border: 3px solid rgb(0, 0, 0) ;
    border-radius: 10px;
    margin-right: 15px;
}

.text-box{
    color: rgb(255, 255, 255);
}

.text-box h2 {
    font-size: 42px;
    color: azure;
}

.text-box p{
    font-size: 16px;
}