.container-custom {
  max-width: 1300px;
}
.footer {
  border-top: 1px solid #dee2e6;
  padding: 10px 0;
  font-size: 0.9rem;
  color: #777;
}

.bg-dark {
    background-color: #0d6efd !important;
}

h1, h2, h3, h4 {
    font-size: 18px;
}

h1.mt-4, h2.mt-4, h3.mt-4, h4.mt-4 {
    font-size: 18px;
}

.alink {
    text-decoration: none;
}

.alink:hover {
    color: red;
}