@font-face {
    font-family: 'TheIncredibles';
    src: url('/assets/fonts/theIncredibles.ttf') format('truetype');
}

*{
    /* font-family: 'TheIncredibles', system-ui; */
    color: #000;
}

body{
    background: rgb(229,72,8);
    background: radial-gradient(circle, rgba(229,72,8,1) -5%, rgba(121,1,1,1) 100%);
}

.container{
    /* max-width: 400px; */
    background-image: url(/assets/images/bg.gif);
    background-size: cover;
    background-position-y: bottom;
}

.header-image{
    max-width: 300px;
}

.no-click{
    pointer-events: none;
}

.title{
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.buttons-action{
    width: 100%;
}
.date{
    width: 60%;
}

@media (min-width: 992px) { 
    .container{
        max-width: 768px;
        background-position-y: 70%;
    }
 }
