
body{
    padding: 0;
    margin: 0;
    text-align: center;
}



.footer .left{
  
  background-color: #175b49;
  height: 100%;
  color: white;
  float: left;
  width: 50%;
  padding: 0;
}
.footer .right{
  
  background-color: #175b49;
  height: 100%;
  color: white;
    float: right;
    width: 50%;
    padding: 0;
}

.footer .right h1{
    color: white;
    text-align: center;
    margin-top: 0px;
}
.footer{
  background-color: #175b49;
  height: 150px;
}

img{
  height: 100%;
}

.about h1{
    color: white;
    font-size: 100px;
    text-transform: uppercase;
    padding: 250px;
}
.about{
    background-color: #175b49;
    background-image: url("../img/loghi\ magliatex.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
}

.txt h2{
    color: #175b49;
    text-transform: uppercase;
    font-size: 50px;
}

.txt p{
    font-size: 30px;
    text-align: center;
    margin: 20px 10%;
}

@media screen and (max-width: 800px) {
  .about h1{
    font-size: 50px;
    padding: 100px;
  }

  .txt h2{
    font-size: 30px;
  }

  .txt p{
    font-size: 20px;
  }

}

