body{
    margin: 0;
}
.logo{
    width: 80px;
    height: 80px;
}
.border1{
    border: 1px solid #000000;
}
.baslik{
    font-size: 1.5em;
}

.carousel-item img {
    max-height: 75vh !important;
    margin: 0 auto;
}
.breakingQr{
    width: 50px;
    margin-left: 3px;
}
main{
    min-height: calc(100vh - 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}