.btn-goruntule {
    border-color: white;
    border-radius: 20px;
    color: white !important;
    background-color: #8d5500 !important;
}


    .btn-goruntule:hover {
        background-color: #BE8305  !important;
        color: white !important;
    }

.bg1 {
    box-shadow: 0px -25px 20px -20px rgba(0,0,0,0.45), 0px 25px 20px -20px rgba(0,0,0,0.45);
    background-color: #E9F6FD;
    margin-bottom: 40px;
    margin-top: 40px;
}