.Contact{
  margin-top: 100px;
  margin-bottom: 50px;
  color: rgb(120, 120, 120); /*rgb(255, 249, 239)*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.Autore{
  color: rgb(120, 120, 120);
  display: flex;
  justify-content: center;
  margin-bottom: 70px;

}

.Social{
  width: 20px;
  margin-left: 7px;
}
.Scatola-icone{
  display: flex;
}
.Linea{
  color: white; /*rgb(255, 249, 239)*/
  margin-top: 100px;
  margin-left: 30px;
  margin-right: 30px;

  border-style: solid;
}
.Info{
  margin-bottom: 10px;
  display: flex;
  
}
.Scrivimi{
  margin-left: 10px;
  text-decoration: none;
  color: rgb(120, 120, 120);/*rgb(255, 249, 239)*/
  display: flex;
}
.Scrivimi:active,
.Scrivimi:hover,
.Scrivimi:visited,
.Scrivimi:link{
  text-decoration: none;
}






form {
  font-family: Marriweather, lora, montserrat, arial;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin-bottom: 50px;
}
label, input[type=text], textarea {
  display: block;
  box-sizing: border-box;
  width: 400px;
}
label{
  color: white;
}

input[type=text], textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 15px;
  resize: vertical;
}

button[type=submit] {
  background-color: #4CAF50;
  color: #FFF;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}
