.socialicons{
  margin: 0;
  padding: 0;
  background-color: #eee;
}

.icon{
  justify-content: center;
  margin: 25% auto;
  display: flex;

}

.icon ul li{
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #eee;
  margin: auto 25px;
  box-shadow: 3px 3px 10px,
              -4px -4px 10px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  color: black;
  cursor:pointer;
  transition: 0s;
  border-radius: 25px;
}

#socialButton a{ 
  color: inherit;
  text-decoration:none;
} 

.icon ul li:nth-child(1):hover{
  color:#eee;
  border-radius:50%;
  background-color: #c13584;
}

.icon ul li:nth-child(2):hover{
  color:#eee;
  border-radius:50%;
  background-color: #0072b1;
}

.icon ul li:nth-child(3):hover{
  color:#eee;
  border-radius:50%;
  background-color: black;
}

.icon ul li:nth-child(4):hover{
  color:#eee;
  border-radius:50%;
  background-color: #F47F24;
}

.mailto{
  justify-content: center;
  margin: 5% auto;
  display: flex;

}

.mailto li{
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #eee;
  margin: auto 25px;
  box-shadow: 3px 3px 10px,
              -4px -4px 10px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  color: black;
  cursor:pointer;
  border-radius: 25px;
}