@font-face {
    font-family: 'InfantylFat';
    src: url('clarendon_bt.ttf');
}
/*
@font-face {
    font-family: 'InfantylFat';
    src: url('InfantylFat.ttf.eot');
    src:url('InfantylFat.ttf.woff') format('woff'),
        url('InfantylFat.ttf.svg#InfantylFat') format('svg'),
        url('InfantylFat.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
*/
.volvo {
           font-family: InfantylFat;
           font-weight: bold;
           color: #0D3896;
       }
        body {
            padding-top: 4rem;
        }
        canvas {
            background: url('../images/volvo/volvo_logo_1000.jpg') no-repeat;
            background-size: 500px 500px;
            background-position: center top;  
            /*background-color: #D9F6FE;
            background-blend-mode: multiply;*/
        }

       