body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #e0f2fe;
}

nav {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  width: 70%;
  background-color: white;
  margin-top: 20px;
}

a {
  text-decoration: none;
}

.navmenu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.navmenu a {
  margin: 0 25px;
  color: black;
}

.img {
  float: right;
  position: absolute;
  margin-left: 640px;
  margin-top: 150px;
}

.testo {
  margin: 130px 1000px 0 0;
  display: flex;
  position: absolute;
  line-height: 27px;
  text-align: justify;
  padding-right: 15px;
  font-size: 15px;
}

.testo2 {
  margin: 130px 1000px 0 0;
  display: flex;
  position: absolute;
  line-height: 42px;
  text-align: justify;
  padding-right: 15px;
  font-size: 15px;
}

.servizi {
  margin: 130px 300px 0 0;
  display: flex;
  position: absolute;
  text-align: justify;
  padding-right: 700px;
  font-size: 15px;
  line-height: 50px;
}

.storia {
  margin: 150px 150px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  line-height: 55px;
  text-align: justify;
  padding-right: 15px;
  font-size: 15px;
}

.img2 {
  float: right;
  position: absolute;
  margin-left: 640px;
  margin-top: 150px;
}

footer {
  background: #3f3f46;
  position: absolute;
  width: 100vw;
  bottom: 0;
  padding: 35px 0 35px 0;
  word-spacing: 5px;
}

footer .big {
  display: flex: flex-direction:row;
}

.footermenu a {
  margin: 0 0 10px 50px;
  color: white;
  text-decoration: none;
  position: relative;
  left: 180px;
}

.informazioni {
  margin: 0 0 0 750px;
  color: white;
  font-size: 15px;
  display: flex;
  line-height: 15px;
  bottom: 23px;
  position: absolute;
}
