body {
	background-color: #fffdeb;
}

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

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

.btn-container {
	display: flex;
  justify-content: space-around;
  margin: 5px auto; 
}

.btn-container a{
	display: flex;
  align-items: center;
  justify-content: center;
	text-decoration: none;
  background-color: #1DE9B6;
	border: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 1px 1px 2px;
}