@media screen and (min-width:1024px) {}

body { background-color:#e5e7eb; text-align:justify; margin:10px; padding-bottom:10px; overflow:auto; } 
.pagina { position: relative; width: 100%; min-height: 100vh; background-image: url("sfondo.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; border: 5px solid #1e3a8a; } 
.bottone, .tasto { font:20pt courier; color:#ffffff; text-align: center; background-color: #2563eb; border: 1px solid #1e3a8a; padding: 10px; } 
.oggTendina, .oggSott1 { display: none; position: absolute; background-color: #e5e7eb; min-width: 160px; } 
.oggSott1 { font-size: 20px; color: #1e3a8a; } 
.h1{ font:80pt arial; color:#1e3a8a; text-align:center; } 
.h2{ font:15pt arial; color:#2563eb; text-align:center; } 
.p { font:15pt arial; color:#111827; text-align:justify; padding:1%;} 
a:link { font:30px arial; color:#2563eb; text-decoration: none; } 
a:visited { color:#1e3a8a; } 
.sommario{ width:15%; padding:1%; background:#93c5fd; } 
.intesta{height:3%; background:#2563eb; } 
.sottotitolo{ width:100%;   background:#1e3a8a; } 
.principale{ width:100%; background:#e5e7eb; overflow:auto; padding:2%;} 
.pie{ width:85%; height:5%;  background:#2563eb; }

.contenitore-centrale {
    display: flex;
    width: 100%;
    min-height: 100vh;}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}
}
