*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: main;
}
@font-face {
    font-family: main;
    src: url(fonts/samim.ttf);
}
@font-face {
    font-family: tome;
    src: url(fonts/Rezvan.ttf);
}
@font-face {
    font-family: mytext;
    src: url(fonts/danstevis.otf);
}
@font-face {
    font-family: buttom;
    src: url(fonts/Lalezar-Regular.ttf);
}
.my_name{
    font-family:tome ;
    font-size: 32px;
}
.under_name{
    font-family: tome;
    word-spacing: 3px;
}
.my_text{
    font-family: mytext;
    font-size: 18px;
    font-weight: 500;
    line-height: 2rem;
}
.h4{
    font-family: tome;
}
.btn{
    font-family: buttom;
    font-size: 16px;
}
.card-back{
    color: aliceblue;
    background-color: rgb(55, 36, 87);
}