I've been experimenting with various positioning codes to shift the text to the right, but it seems that the CSS isn't recognizing the code properly.
.portal .icons a {
position: relative;
margin-bottom: 15px;
top: 0px;
transition: all 0.5s ease;
text-decoration: none;
color: rgba(215, 213, 216, 0.4);
font-family: ZCOOL QingKe HuangYou;
font-size: 40px;
text-shadow: 2px 2px 2px rgba(215, 213, 216, 0.4);
}