@font-face /*The cards name (title)*/
{
    font-family: "YugiohName";
    src: url("../fonts/Matrix Regular Small Caps 1.ttf");
}

@font-face /*The cards effect text (long text)*/ 
{
    font-family: "YugiohEffects";
    src: url("../fonts/Matrix Book.ttf");
}

@font-face /*The cards attributes [DRAGON/SPELLCASTER]*/ 
{
    font-family: "YugiohAttributes";
    src: url("../fonts/ITC Stone Serif Small Caps Bold.ttf");
}

@font-face /*ATK, DEF*/ 
{
    font-family: "YugiohAtk";
    src: url("../fonts/MatrixBoldSmallCaps.ttf");
}

body
{
    margin: 0;
    padding: 0;
}

h1
{
    color: #333;
    margin: 0.7rem 0;
}

canvas
{
    cursor: pointer;
}

h2,h3,h4,h5
{
    margin-bottom: 1rem;
}

.fullwidth 
{
    width: 100%;
}

h3 > i.fa 
{
margin-right: .2em;
}