@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background: black;
}

.title {
    font-family: "Work Sans";
    font-weight: 500;
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px
}

.social a {
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 18px;
    color: transparent;
    background-clip: text;
    text-decoration: none;
}

.social .instagram {
    background-image: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}

.social .tiktok {
    background-image: linear-gradient(to right, #25F4EE, #FFFFFF, #FE2C55);
}