* {
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', 'Roboto', sans-serif;
  margin: 0;
}

header {
  width: 100%;
}

footer {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 5px 0;
  width: 100%;
}

ul {
  list-style-type: none;
  padding: 0;
}

hr {
  color: #fff;
  width: 100%;
}

iframe {
  max-width: 90vw;
}

.none {
  display: none;
}

@media (max-width: 999px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .mobile-only {
    display: none !important;
  }
}
