@font-face {
    font-family: 'Como';
    src: url('fonts/Como.woff2') format('woff2'), 
         url('Como.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
  font-size: 14px;
}

.red {
    color: #bf0000;
}

.green {
    color: #198754;
}

.yellow {
    color: #ffc107;
}

.black {
    color: #000;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

nav.navbar .nav-link:hover {
    background-color: #ddd;
}