@font-face {
  font-family: 'CharmingChildish';
  src: url('/assets/fonts/CharmingChildish.woff2') format('woff2'),
       url('/assets/fonts/CharmingChildish.woff') format('woff'),
       url('/assets/fonts/CharmingChildish.otf') format('opentype'),
       url('/assets/fonts/CharmingChildish.ttf') format('truetype');
}

*{
    font-family: 'CharmingChildish', sans-serif;
    color: #BFABF8;
}

body{
    background: #BFABF8;
    /* 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; */
}

.image-center{
  width: 100%;
}

.footer-area{
  background-color: #fff;
}

.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%;
}
.img-year{
  max-width: 180px;
}
.date{
    font-size: 40px;
    color: #fff;
}
i {
    font-size: smaller;
}


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