html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

body>.container {
  padding: 60px 15px 0;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #f5f5f5;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

.rounded-symbol {
  border-radius: 50% !important;
  background-color: #FFE000;
  padding: 4px;
}

code {
  font-size: 80%;
}

.card-text {
  font-family: 'Consolas', 'Courier New', Courier, monospace
}

.social-icon-link {
  color: #6c757d !important;
  transition: color 0.2s ease !important;
}

.social-icon-link:hover {
  color: #495057 !important;
}