html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
}
h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
}
.table th, .table td {
   padding: 10px; 
}
td {
  vertical-align: middle;
}

.btn {
  padding: 0.5rem 1rem;
  border-radius: 8px;
}
.form-group {
  padding: 10px;
}