@import url("heading.css");
@import url("animations.css");
@import url("menu.css");
@import url("copyright.css");

/* General stuff */
body {
  background-color: white;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: black;
  margin: 0;
  padding: 0;
}

/* The main section */
div.basses {
  width: 650px;
  max-width: 95%;
  margin: 20px auto;
  text-align: left;
  animation-name: fade-in;
  animation-duration: 1s;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

/* Links in the blurb */
p a:link, p a:visited, p a:active {
  color: black;
  text-decoration: none;
  font-weight: 600;
}
p a:hover, ul a:hover {
  text-decoration: underline;
}
