@font-face {
    font-family: 'Don Jos';
    src: url('../font/DonJose-Black.woff2') format('woff2'),
        url('../font/DonJose-Black.woff') format('woff'),
        url('../font/DonJose-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html{
    height: 100%;
    overflow: hidden;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


#container{
    width: 419px;
    height: 349px;
    background: url(../img/selo.png);
    position: relative;
}

#container p{
     font-family: 'Don Jos';
     color: #262858;
     font-size: 90px;
     position: absolute;
     top: 57px;
     left: 220px;
     text-align: center;
     rotate:-15deg;
}