@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* Set the overall body styles */
@import url('https://fonts.googleapis.com/css2?family=Ultra&display=swap');

.ultra-regular {
    font-family: "Ultra", serif;
    font-weight: 400;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100vw;
}

body {
    max-width: 100%;
    font-family: 'Open Sans', sans-serif;
    background: linear-gradient(from 180deg at 50% 50%, #ffffff, #e6e6e6, #ffffff);
    color: #000000;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.nodecoration {
    text-decoration: none;
}

.bg-rosso {
    background-color: #9c0000 ;
}

.text-rosso {
    color: #9c0000 ;
}

.border-rosso {
    border: 2px solid #9c0000 ;
    color: #9c0000;
}

.scritta-bianca {
    color: #ffffff;
}

.bg-navbar {
    background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.7) 100%);
}

footer {
background: #7d1313;
background: linear-gradient(nulldeg,rgba(125, 19, 19, 1) 0%, rgba(156, 16, 16, 1) 61%, rgba(184, 20, 20, 1) 100%);
    color: white;
}

.frecciaBtn {
    font-size: 3rem;
    color: #fff;
    text-align: center;
    border: none;
}

.frecciaDiv {
    position: absolute;
    z-index: 100;
}

.frecciaDiv:hover .frecciaBtn {
    cursor: pointer;
}

.justify {
    text-align: justify;
    text-justify: inter-word;
}