/* @font-face {
    font-family: ArDarling;
    src: url('ARDARLING.ttf');
} */

@font-face {
    font-family: 'BunyaPersonalRegular';
    font-style: normal;
    font-weight: normal;
    src: local('Bunya PERSONAL Regular'), url('Bunya-Regular_PERSONAL.woff') format('woff');
}

body {
    background-color: rgb(53, 53, 53);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    background-image: url('Sfondo.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

header {
    width: 100%;
    background-color: rgb(150, 150, 150);
    background-image: url('header4.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-size: 80px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-style: none;
    font-family: BunyaPersonalRegular;
}

.Nav {
    font-family: BunyaPersonalRegular;
    background-color: #006cba;
    font-size: 200%;
    width: auto;
    padding: 15px;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#Nav {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 50px;
    padding-left: 50px;
}

a:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

a:active {
    color: lightgrey;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: lightgrey;
    background-color: transparent;
    text-decoration: none;
}

.number {
    font-family: Arial, Helvetica, sans-serif;
}

footer {
    background-color: #006cba;
    text-align: center;
    color: white;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: auto;
    padding: 0.1px 0;
}