body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

.navbar-brand {
    font-weight: bold;
}

.footer {
    margin-top: auto;
    padding: 20px 0;
    background-color: #f8f9fa;
}

.inline-form {
    display: inline;
}

.log-content-pre {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
    max-height: 600px;
    font-size: 12px;
}

.link-unavailable-icon {
    font-size: 60px;
    color: #dc3545;
    margin-bottom: 20px;
}
