.container {
  width: 120px;
  height: 80px;
  margin: auto;
  text-align: center;
}


#contact-me {
  border: none;
  background-color: #FF1744;
  color: white;
  border-radius: 50px;
  padding: 5px;
  width: 120px;
}


.btn-container {
  width: max-context;
  margin: 5px auto;
}

.btn-container a {
  font-size: 1rem;
  background-color: #1DE9B6;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.fa	{
	transform:scale(0.75);
}

.btn-container a{
  display: center;
  align-items: center;
  justify-content: center;
}