a.tiktok-link svg {
    width: 210px;
}
body {
  background-color: #6B3AC5;
  height: 100%;
  margin: 0;

}
a.tiktok-link {
  display: flex;
  justify-content: center;    
  align-items: center;      
  height: 100vh;              
  padding-top: 10vh;         
  box-sizing: border-box;
}
a.tiktok-link svg,
a.tiktok-link svg path {
    fill: #fff;
    transition: fill ease 0.3s;
}
a.tiktok-link svg:hover,
a.tiktok-link svg:hover path {
    fill:#551A8B;
}
