@fontface{   
    font-family: firstFont;
     src:url("Hacen-Tunisia.ttf");
}
.template{
    margin: 10px 0;
   font-family: firstFont;
    font-size: 17px;
}
.rounded{
    padding: 7px;
    border-radius: 15px;
    border:1px solid #000;
}
 .circle {
   text-align: center;   
    border-radius: 15px;
    border:1px solid #000;
}
.details .row:nth-child(3){
    margin-top: 10px;
}
