

@font-face {

    font-family: jackeyfont;
    src: url(jackeyfont.ttf);
    font-style: normal;
    font-weight: 100;

}

.body {
    display: flex;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    min-width: 100vh;
}

hr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0.1px;
}



.center {
    font-family: 'Tektur', sans-serif;
    font-size: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: rgb(22, 22, 22);
}

.pfp {
    border-radius: 10%;
    width: 140px;
    transition: transform .5s;
}

.pfp:hover {
    transform: scale(1.1);
}



.box-2 {
    transition: ease-in;
    background-color: transparent;
    border-radius: 3px;
    font-size: 10;
    color: white;
    flex-direction: column;
    height: 350px;
    width: 350px;
    color: rgb(168, 168, 168);
}

.name {
    margin-top: 20px;
    font-size: 27px;
}

.box-2 img {
    cursor: pointer;
}


.box-rizz {
    text-align: center;
}

.social-links {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin: 10px 70px;
    padding: 20px;
    transition: transform 1s;
}



#discord:hover {
    transform: scale(0.96);
}

#twitter:hover {
    transform: scale(0.96);
}

#telegram:hover {
    transform: scale(0.96);
}

#vip:hover {
    transform: scale(0.96);
}



