body {
   background-image: url(https://site.nbatienda.com/mantenimiento2024/img/ecomm-back.png);
   background-size: 100%;
   background-repeat: no-repeat;
   background-color: #0d2453;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
}
@font-face {
   font-family: "Mallory-Black";
   src: url(https://site.nbatienda.com/mantenimiento2024/css/Mallory-Black.otf);
}
@font-face {
   font-family: "Mallory-Medium";
   src: url(https://site.nbatienda.com/mantenimiento2024/css/Mallory-Medium.otf);
}
@font-face {
   font-family: "ActionNBA-Bold";
   src: url(https://site.nbatienda.com/mantenimiento2024/css/ActionNBA-Bold.otf);
}
.title {
   font-family: "ActionNBA-Bold";
   font-size: 130px;
   text-align: center;
   margin-top: 80px;
   color: #f9cf2a;
}
.text {
   text-align: center;
   padding: 30px 15%;
   font-family: 'Mallory-Medium';
   font-weight: 100;
   font-size: 20px;
   line-height: 35px;
}
.text a{
   color: #FFFFFF;
}
.logo img {
   margin: 0 auto;
   display: block;
   width: 100px;
   margin-bottom: 40px;
}
.text strong {
   font-family: "Mallory-Black";
}
@media screen and (max-width:768px) {
   .title {
      font-size: 55px;
   }
   .text {
      padding: 20px 10%;
      font-size: 16px;
      line-height: normal;
   }
   body {
      background-size: cover;
      background-position-x: center;
   }
}
