body {
  background: #101010;
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
  padding-top: 1em;
}

.container  {
  max-width: 760px;
}

.intro  {
padding: 1em 0 1em 0;
font-style: normal;
font-weight: 800;
font-size: 38px;
line-height: 46px;
}

.profile, .contact {
padding-bottom: 1em;
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 34px;
}

a:link {
  color: #007bff;
	text-decoration: none;
	font-weight: 400;
} 
a:visited {
	color: #428bca;
}
a:hover,
a:focus {
  color: #0056b3;
	text-decoration: none;
}
a:active {
}

a.twitter
{
color: #55acee;
}

a.twitter:hover, a.twitter:focus
{
color: #4b97d1;
}

a.dribbble
{
color: #ea4c89;
}

a.dribbble:hover, a.dribbble:focus
{
color: #c74175;
}

a.linkedin
{
color: #0976b4;
}

a.linkedin:hover, a.linkedin:focus
{
color: #086498;
}

a.contact
{
color: #50BCFC;
}

a.contact:hover, a.contact:focus
{
color: #19A3F5;
}

.text-tag {
  font-size: larger;
  background-color: #6bbba6;
    background-image: linear-gradient(
90deg
,#ff7c51,#f2b14d 25%,#6bbba6 75%,#4ab1f1);
background-size: 100%;
    background-repeat: repeat;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
