
/* R e s p o n s i v e */
@media (max-width: 550px) {
  .info-container { padding-left: 0; }
}

html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
  min-height: 100%; /* for firefox */
}

.url-link {
  text-decoration: underline;
}

.darkred {
  background-color: #c00000 !important;
}

.discord-dropshadow {
  background-color: #596fb9 !important;
}
