
.noto-sans-<uniquifier>{
font-family: "Noto Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
font-variation-settings:
"wdth" 100;
}

:root{
--colore-principale: #2b3034;
--colore-secondario: #212429;
--bianco: #ffffff;
}

h3{
color: var(--bianco);
font-size: 120%;
}

html{
font-family: 'Noto San';
}

body{
background: var(--colore-principale);
}

.navbar-toggler {
border: none;
}

.navbar-toggler:focus {
box-shadow: none;
}

.navbar-toggler .material-symbols-rounded {
color: var(--bianco);
}

.bgdark{
background: var(--colore-secondario);
}

.infohead a{
color: var(--bianco);
text-transform: uppercase;
font-size: 90%;
text-decoration: none;
font-weight: bold;
}

img.logo{
height: 80px;
}

.album{
margin-top: 150px !important;
}

