#sayfa1{
    display: flex;
    height: 93%;
    width: auto;
    justify-content: space-between;
    border: 10px solid pink;
    padding: 10px;
    background-color:white;
    background-image: url(../images/bahce3.jpeg);
    background-size: contain;
    background-position: center center;
}
    .Hak-container{
        margin-top:100px;margin-left: 10px;
        width: 35%;
        height: 80%;
        background-image: linear-gradient(to right, red , yellow);
        border:30px outset silver;
        border-radius: 20px;
    }
    #salon {
        
        text-align: bottom;
        display: block;
        width: auto;
        height: 90%;
    }
    #salon .slayt{
        display: block;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto ;
        width: 95%;
        height: 90%;
    }
    #salon .slayt img {
        width: -webkit-fill-available;/*tanımlandığı ekranı fit*/
        margin: 10px auto 20px;
        border:5px solid #555;
        border-radius: 10px;
        transition: 5s ease-in;
        object-fit: cover;
        height: inherit;
    }
    #sertifika{
        margin-top:100px;margin-left: 10px;
        width: 35%;
        height: 80%;
        background-image: linear-gradient(to right, red , yellow);
        border:30px outset silver ;
        border-radius: 20px;
    }
    #salon {
        text-align: bottom;
        display: block;
        width: auto;
        height: 90%;
    }
    #salon .slayt2{
        display: block;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto ;
        width: 95%;
        height: 90%;
        background-size: contain;
        background-position: center center;
    }
    #salon .slayt2 img {
        width: -webkit-fill-available;/*tanımlandığı ekranı fit*/
        margin: 10px auto 20px;
        border:5px solid #555;
        border-radius: 10px;
        transition: 5s ease-in;
        object-fit: cover;
        height: inherit;
        background-size: contain;
        background-position: center center;

    }
    
    
