html {
	scroll-behavior: smooth;
}
	
.display-7 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.display-8 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.img-profile-block {
font-size: 4rem;
    line-height: 5rem;
    background: #f3faff;
    border-radius: 10px;
    padding: 0.8rem;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

@media all and (max-width: 990px) {
    .footer {
    position: fixed;
    bottom: 0;
    }
}

.text-justify {
    text-align: justify!important
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

@media all and (max-width: 600px) {
    .w-60px {
        width: 40px !important;
    }
}

.bg-appuntamenti {
    background: #f4faff;
}

.number-code {
  -webkit-appearance: none;
}
