/* Main */
body {
    width: 8.5in;
    height: 11in;
    padding: 0;
}

.letter {
    width: 8.5in;
    position: absolute;
    
}

.cert {
    width: 8.5in;
    height: 3.35in;
    position: absolute;
    top: 7.60in;
    background-image: url("https://api.petrecords.org/images/registrycertificate.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
}

.cert-verify {
    width: 8.5in;
    height: 3.5in;
    position: absolute;
    
    background-image: url("https://api.petrecords.org/images/registrycertificate.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
}

.right {
    float: right;
}

.left {
    float: left;
}

.cert-col {
    width: 7.63in;
    margin-left: 41px !important;
    margin-top: 33px !important;
    height: 255px;
}

@page {
    margin: 0 !important;
    padding: 0 !important;
}


/* Text styles */

.f9 {
    font-size: 9px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.center {
    text-align: center;
}


