* {
    overflow: hidden;
}
#alek.alek {
    color:black;
    text-align: center;
    margin-top: 20vh;

}
.center {
    cursor: default;
    /* display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center; */
    text-align: center;
    align-items: center;
    font-size: 10vh;
}

.subtitle {
    font-size: 3vh;
    margin-top: 10vh;
    padding-top: 0;
}

a {
    color: inherit;
    cursor: alias;
    text-decoration: unset;
    line-height: 1.8;
    margin: 5pt;
}
a#email:hover {
    color: #ef1515;
}
a#instagram:hover {
    color: #cb4e6d;
}

a#github:hover {
    color: #28A745;
}

a#twitter:hover {
    color: #1DA1F2;
}

a#discord:hover {
    color: #5865F2;
}

a#twitch:hover {
    color: #9146FF;
}

a#snapchat:hover {
    color: #FFFC00;
}

a#spotify:hover {
    color: #1ED760;
}


.animated:hover {
    animation: what 0.4s linear infinite;
}
  
  @keyframes what {
    0%      {cursor:grab}
    100%    {cursor:grabbing}
  
}

svg {
    margin-top: 5vh;
    max-width: 40vw;
    max-height: 40vh;
}