html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #0f0f0f;
    color: #f4f4f4;
}

h1, h2 {
    font-family: 'Anton', sans-serif;
}

.w-1\/7 {
  width: 14.2857143%; /* 100% / 7 */
}

.w-1\/8 {
  width: 12.5%;     /* 100% / 8 */
}

.band-img{
    height: 225px;
    width: auto
}