@font-face {
    font-family: musicalogo;
    src: url("../assets/Neonblitz.otf") format("opentype");
}
@font-face {
    font-family: musicatext;
    src: url("../assets/Avenir LT Std 35 Light.otf") format("opentype");
}
@font-face {
    font-family: musicatext;
    src: url("../assets/Avenir LT Std 85 Heavy.otf") format("opentype");
	font-weight: bold;
}
html {
  font-size: clamp(18px,4vw,36px);
}
	body{font-family: musicatext,sans-serif; background: url("../assets/musicabg3.png");background-size: cover;}
	#content{max-width: 800px; margin: auto; text-align: center; }
	.musica{font-family: musicalogo; font-size: 2em; color: #ac9d78}
	.gold{color:#ac9d78}
	.white{color:#fff;}
	.strap{font-size: 0.75em}

div {box-sizing:border-box; }


