/*

background-color: #006cff;
    background-color: #00a7ff;

*/

@font-face {
    font-family: generale;
    src: url(https://res.berramatteo.it/caratteri/generale/generale_regular.ttf);
}

html,
body {
    margin: 0;
}

html {
    padding: 0;
    background-image: radial-gradient(circle, #00a7ff, #009aff, #008cff, #007dff, #006cff);
    font-family: generale, Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
}

body {
    padding: 30px 0;
    width: 100%;
}

p,
h1,
h2 {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

header {
    text-align: center;
    padding: 0;
}

header > img {
    width: 60%;
    max-width: 600px;
    height: auto;
}

.contenuto {
    background-color: #262626;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.sezione-centrale {
    padding: 50px 0;
    text-align: center;
    width: 92%;
    max-width: 1200px;
}

h1 {
    font-size: 40px;
}

h2 {
    font: 24px;
    margin-top: 10px;
}

.descr {
    margin-top: 70px;
}

.descr > p:last-child {
    margin-top: 30px;
}

.tecnico {
    margin-top: 90px;
}

.tecnico > p {
    font-size: 12px;
}

footer {
    text-align: center;
    width: 100%;
    padding: 20px 15px;

}










