
.bodystyle {
font-family:Rubik,sans-serif;font-size:16px;font-weight:400;color:#000066;
}
span{
    color:#f2f2f2;
}

.image {
    	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);

	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.image:hover {
	-webkit-transform: rotate(15deg) scale(1);
	transform: rotate(15deg) scale(1);
}
.socialicons {
  background: #000066;
  padding: 10px 0;
}
.socialicons a {
  color: #70726F;
  font-size: 20px;
  padding: 10px;
  border-right: 1px solid #70726F;
  transition: all .5s ease;
}
.socialicons a:first-child {
  border-left: 1px solid #70726F;
}
.socialicons a:hover {
  color: white;
}