body{
    background:linear-gradient(45deg, black, #4a0101);
    background-repeat: no-repeat;
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.profile-picture{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 57px;
    align-items: center;
}
.h1jmbt{
    text-align: center;
}
    .profile-picture-img{
        background-image: url(/img/anim-cw.png);
        background-size: 20%;
        border-radius:50%;
        width:96px;
        height:96px;
        object-fit:cover;
        border:2px solid rgb(255, 255, 255);
    }
    .h1title{
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        margin-top:16px;
        color:wheat;
        font-weight:700;
        font-size:20px;
        line-height:1.5;
    }

.link-container{
    width:max-content;
    margin-top:2rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
    .whatsapp,.telegram{
        z-index: -0;
        display: flex;
        align-items: center;
        margin: 15px;
        width: 75%;
        color: white;
        background-color: #2d0001;
        border:2px solid #ffffff;
        background-image:linear-gradient(to bottom, #c86a6a 0%, #6d0000 100%);
        border-radius: 30px;
        flex-direction: row;
        justify-content: center;
    }
    a{
        color: rgb(255, 255, 255);
        text-decoration: unset;
        display: flex;
        padding-left: 66px;
        padding-right: 66px;
        min-height: 64px;
        align-items: center;
        justify-content: center;
    }
    .whatsapp img ,.telegram img{
        margin:10px;
        width:50px;
    }
    p{
        padding: 0px;
        margin: 0px;
        line-height: 1.5;
        width: max-content;
        font-weight: 500;
        font-family:'digital';
        font-size: 30px;
    }
    .tekses{
        padding: 0px;
        margin: 0px;
        line-height: 1.5;
        width: max-content;
        font-weight: 500;
        font-family:'digital';
        font-size: 20px;
    }
    .social{
        display:flex;
        flex-direction:row;
        justify-content:center;
        align-items:center;
    }
    @font-face
  {
    font-family: 'digital';
    src: url('font/DigitalDotRoadsign.otf');
  }