body{
    background-image: linear-gradient(to right bottom, #0e0e68, #0f237e, #0d3793, #094ba8, #065fbd);
}
main{
    overflow: hidden;
}
.aciklamaMainDiv {
    font-style: oblique;
    color: white;
    font-size: 18px;
}
.aciklamaMainDiv h5 {
    font-style: oblique;
    color: white;
    font-size: 22px;
    font-weight: 700;
}
.logoTBB{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    width: 100px;
}
.kapakImg{
    background-size: cover;
    height: 100vh;
    width: 100%;
}
.anaDiv{
    position: relative;
    overflow: hidden;
    padding: 0;
}
.kayitBtn{
    position: absolute;
    top: 25%;
    left: 33%;
    background-color: rgba(50, 185, 80, 0.726);
    backdrop-filter: blur(5px);
    border: 1px solid white;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    width: 30%;
    border-radius: 25px;
}
.kayitBtn:hover {
    background-color: #f3f7fe !important;
    color: black !important;
    border: 1px solid black;
}
@media screen and (max-width: 768px) {
    .logoTBB{
       width: 80px;
    }
    .kayitBtn{
        top: 40%;
        width: 70%;
        left: 15%;

    }

   
}