html {
  scroll-behavior: smooth;
}

:focus {
    outline-style: none;
    outline-width: 0 !important;
    outline-color: none !important;
}

a:hover {
  text-decoration: none;
}

input {
    border-radius: 0;
}

textarea {
    border-radius: 0;
}

input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Manrope', sans-serif;
  background-color: #000000;
}

.forum_img {
  width: 100%;
  height: auto;
}

h1 {
  color: #D00000;
  font-size: 1.5em;
  font-weight: 700;
}

.conference {
  width: 100%;
  border: 2px solid #E2A747;
  background-color: #131313;
  padding: 2em 2em;
  min-height: 10em;
}

.conference:hover {
  background-color: #E2A747;
}

.conference-link {
  color: #FFFFFF;
  font-size: 1.125em;
  font-weight: 600;
  transition: 0.3s;
}

.conference-link:hover {
  color: #FFFFFF;
}

.credits {
  color: #525252;
}

.smm-text {
  color: #F1F1F1;
}
