
        .dx-1-1 {
            color: white;
            font-size: 64px;
            text-align: center;
            margin-top: 160px;
            font-weight: bold;
            text-shadow: 5px 2px 6px #6b6060;
            letter-spacing: 2px;
        }
        
        .dx-1-1 span {
            font-size: 74px;
            color: #ffe400;
        }
        
        .dx-1-2 {
            font-size: 28px;
            color: white;
            text-align: center;
        }
        
        .dx-1-3 {
            color: #C3C5F4;
            font-size: 18px;
            margin-top: 130px;
            margin-left: 25px;
            line-height: 32px;
        }
        
        .dx-1-4 {
            padding-bottom: 5px;
        }
        
        .dx-1-5 {
            width: 246px;
            height: 69px;
            font-size: 23px;
            color: white;
            text-align: center;
            line-height: 63px;
            margin: 0px auto;
            margin-top: 105px;
        }
        
        .header .logo img {
            width: 160px;
            height: 40px;
        }
        
        @media screen and (max-width: 720px) {
            .header .logo img {
                width: 120px;
                margin-left: 10px;
                height: auto;
            }
            .header .mobileMenuBtn {
                top: 18px !important;
            }
            .dx-1-1 {
                color: white;
                font-size: 36px;
                text-align: center;
                margin-top: 170px;
                font-weight: bold;
                text-shadow: 5px 2px 6px #6b6060;
                letter-spacing: 2px;
            }
            .dx-1-1 span {
                font-size: 54px;
            }
            .dx-1-2 {
                font-size: 18px;
                margin-top: 20px;
            }
            .price>p {
                padding: 0 5px;
                line-height: 28px;
            }
            .lists li h3 {
                padding: 0 5px;
            }
        }
        .container>a {
          color: 99a6bf;
      }
      
      .container>a:hover {
          color: aquamarine;
      }