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;
}
@media (max-width: 768px) {
    .list-group-item {
        font-size: 14px;
        padding: 10px;
    }

    .fw-bold {
        font-size: 15px;
    }
}
textarea {
    resize: vertical;
}

@media (max-width: 768px) {
    form {
        font-size: 14px;
    }

    button {
        width: 100%;
        margin-bottom: 10px;
    }
}
body.dark-mode {
    background-color: #181a1b;
    color: #f1f1f1;
}

    body.dark-mode .navbar {
        background-color: #0d6efd;
    }

    body.dark-mode .list-group-item {
        background-color: #252728;
        color: #f1f1f1;
    }

.navbar-brand, .nav-link {
    font-weight: 500;
}

    .nav-link:hover {
        color: #ffeb3b !important;
    }
@media (max-width: 768px) {
    .navbar-brand {
        font-size: 16px;
    }

    .nav-link {
        font-size: 14px;
    }
}
