.contact-container{
  background-color: #F5F5F5;
  padding: 10px;
  border-radius: 12px;
  margin-top: 10px;
}

.contact-main-container{
  background-color: white;
  margin-right: 200px;
  margin-left: 200px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100vh;
  padding-bottom: 5px;
}

.tel-mail-container{
  margin-left: 250px;
  display: flex;
  align-items: center;
}
.tel-mail{
  display: flex;
}

.tel-mail-container a:hover{
  font-weight: bold;
}

.link-text{
  color: black;
  margin-left: 10px;
}

.link-text:hover{
  font-weight: bold;
}

.whatsapp-linkedin-container{
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
}

.contact-container button{
  margin-left: 200px;
}