body{
    font-family: "Lobster", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #666;
}

.master{
    width: 70%;
    margin: auto;
}

header{
    /* display: flex;
    flex-direction: column;
    gap: -px; */
    margin-bottom: -15px;


    height: 15vh;
    text-align: center;

    h1{
        margin-bottom: -20px;
    }
}

main{
    .container-1{
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        text-align: center;

        img{
            padding: 10px 10px 0 10px;
        }

        .div-1{
            color: gray;
            font-size: 15px;
            img{
                padding: 10px 60px 0 60px;
                height: 170px;
                width: 550px;

                border-radius: 10%;

                
            }
        }
        
        .div-2{
            img{
                height: 150px;
                width: 400px;

                border-radius: 30px;
            }
        }
        
    }

    .container-2{
        display: flex;
        justify-content: flex-end;
        gap:30px;
        text-align: center;
        img{
            padding: 10px 10px 0 10px;
            height: 130px;
            width: 380px;
            border-radius: 25px;
        }

    }

    height: 50vh;
    
    .text{
        margin-left: 10px;
        text-align: left;
        width: 5vw;
    }
    
    .border{
        border: 1px solid gray;
        border-radius: 10px;
    }
}

footer{
    display: flex;
    justify-content: space-between;
    padding: 10px;

    img{
        height: 60px;
    }
}





/* .color{
    background-color: blueviolet;
    border: 5px solid aqua;
} */