body {
background: #F5E9D6;
font-family: 'Source Code Pro', monospace;
font-size: 15px;
letter-spacing: 2px;
}
img.img {
border-radius: 50%;
}
.icon {
	float: left;
	padding-left: 10%;
	padding-right: 5%;
	margin-top: -5px;
	font-size: 30px;
	vertical-align: sub;
}
.fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
}
.profile-picture {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 2%;
height: auto;
max-width: 100px;
}
.profile-name {
text-align: center;
padding: 10px;
}
.links {
margin-top: 10px;
padding: 20px;
border: 1px solid #FFC107;
border-width: 2px;
width: 300px;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 40px;
}
a {
text-decoration: none;
color: #b98b00;
transition: color 1s;
}
.bottom-text {
text-align: center;
margin-top: 20px;
font-size: 20px;
font-weight: bold;
}
a:hover {
color: #000;
background: #fff;
}