/* #93DA97 verde*/
/*font*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap');
/* font-family: "Zen Dots", sans-serif;*/

/*header*/

header {
    background-color: #93DA97;
    text-align: right;
}

header img {
    width: 100px;
    display: block;
    margin-left: 0px;

}

header a {
    color: black;
    text-decoration: none;
    font-family: "Zen Dots", sans-serif;

}

.active {
    text-decoration: underline;
}

.navbar-expand-lg .navbar-collapse {
    text-align: right;
}

label {
    padding-top: 20px;
    
}


/*main*/

body {
    font-family: "Zen Dots", sans-serif;
    color: white;
    background-color: black;
    text-align: center;
}

h1 {
    text-decoration: underline;
    padding-top: 10px;
}

p {
    text-align: left;
    padding-inline-start: 30px;
}

h2 {
    text-align: center;
}

.fotomellino {
    width: 500px;
    padding: 20px;
    border-radius: 84px 84px 84px 84px;
-webkit-border-radius: 84px 84px 84px 84px;
-moz-border-radius: 84px 84px 84px 84px;
}

iframe {
    width: 500px;
}

main img {
    width: 500px;
    padding-bottom: 20px;
    border-radius: 158px 158px 158px 158px;
-webkit-border-radius: 158px 158px 158px 158px;
-moz-border-radius: 158px 158px 158px 158px;
}

.imgmap1 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 20px;
}

.imgmap2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 20px;
}

.imgmap3 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 20px;
}

.imgmap4 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 20px;
}

form {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 30px;
}

form h3 {
    padding-top: 30px;
}

/*footer*/

footer {
    background-color: #93DA97;
}

footer h4 {
    color: black;
    text-decoration: underline;
    padding-top: 10px;
}

footer img {
    width: 70px;
}
 
footer p {
    text-align: right;
    color: black;
    padding: 20px;
}

.finalpagina {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 20px;
}
