.All {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.Contact-text{
  font-size: 60px;
  color: #3cb1ff;
  border-bottom: 5px solid #3cb1ff;
  border-radius: 20px;
}

.Contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.Contacts h1 {
  color: #ff9677;
}

.Contacts div {
  border: 2px dashed #ff9677;
  height: 50px;
  margin: 20px;
}

.Contacts2 {
  border-top: 3px dashed #ff84a3;
}

.Contacts2 h1 {
  color: #ff84a3;
}

.Socals {

}

.Socals A {
  color: #ff9677;
  font-size: 40px;
}


