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 {
    color: green;
    margin-bottom: 60px;
    background-image: url('/images/ask_background.png');
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
}

footer {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #eaeaea;
    background-color: black;
    text-align: center;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
}

.zoomable {
    transition: transform 0.3s ease;
    cursor: zoom-in;
}

.zoomable:active {
     transform: scale(2);
     z-index: 10;
     position: relative;
 }

.break-word {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.topic-title {
    font-size: 1.25rem;
    line-height: 1.3;
}

@media (max-width: 575.98px) {
    .topic-title {
        font-size: 1rem;
        line-height: 1.2;
    }
}
