html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

body {
    background-image: radial-gradient(circle, transparent 20%, #ffdbdb 20%, #ffdbdb 30%, transparent 30%), radial-gradient(circle, transparent 20%, #f7edf7 20%, #f7edf7 30%, transparent 30%);
    background-size: 50px 50px;
    background-position: 0 0, 25px 25px;
}
.custom-section {
    background-color: #e6c8e6;
    padding: 10px 20px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Hafif gölge */
}
