                            /* why are you indenting this css? */
                        
                        #title {
                            background-color: #ffffff;
                            color: #4d945a;
                        }
                        
                        .container-fluid {}
                        /*Navigation Bar*/
                        
                        .navbar {
                            padding: 0 0;
                        }
                        
                        .navbar-light {
                            background: rgba(255, 255, 255, 0.192);
                        }
                        
                        .navbar-brand {
                            font-weight: bolder;
                            font-family: QUARTZO demo;
                        }
                        
                        #navbar-branding-title {
                            font-size: 3rem;
                            color: #4d945a;
                        }
                        
                        .nav-bar-link {
                            color: ;
                        }
                        
                        .nav-item {
                            padding: 0 18px;
                        }
                        
                        .nav-link {
                            font-size: 1.2rem;
                            color: #4d945a;
                        }
                        
                        .nav-link:hover {
                            font-size: 1.2rem;
                            color: #000000;
                        }
                        /*Middle Section*/
                        
                        .bgimmg-1,
                        .bgimg-1 {
                            position: relative;
                            background-attachment: fixed;
                            background-position: center;
                            background-repeat: no-repeat;
                            background-size: cover;
                        }
                        
                        .bgimg-1 {
                            background-image: url("../images/bgimg-1.1.jpg");
                            min-height: 400px;
                        }
                        
                        .bgimmg-1 {
                            background-image: url("../images/bgimg-1.1.jpg");
                            min-height: 200px;
                        }
                        
                        .caption {
                            padding: 7% 0%;
                            text-align: center;
                        }
                        
                        .middle-header {
                            font-weight: bolder;
                            font-family: QUARTZO demo;
                            color: #ffffff;
                            font-size: 150px;
                        }
                        
                        .middle-subheader {
                            font-weight: bolder;
                            font-family: QUARTZO demo;
                            color: #ffffff;
                            font-size: 50px;
                        }
                        
                        .the-head-div {
                            color: rgb(0, 0, 0);
                            background-color: rgb(255, 255, 255);
                            text-align: center;
                            padding: 50px 80px;
                            text-align: justify;
                            transition: 1s;
                        }
                        
                        .the-main-div {
                            color: rgb(0, 0, 0);
                            background-color: rgb(255, 255, 255);
                            text-align: center;
                            padding: 50px 80px;
                            text-align: justify;
                            transition: 1s;
                        }
                        
                        hr {
                            border-style: none;
                            border-top: 5px solid #4d9454;
                            width: 80%;
                        }
                        
                        h2,
                        h3 {
                            text-align: center;
                        }
                        
                        .sticky-div {
                            position: fixed;
                            bottom: 30px;
                            right: 30px;
                            height: 10%;
                            width: 10%;
                            font-size: 30px;
                            text-shadow: 2px 2px 4px #000000;
                        }
                        
                        .icon {
                            color: #28a745;
                        }
                        
                        .icon:hover {
                            color: #28a746ce;
                        }
                        
                        .card-header {
                            font-size: small;
                        }
                        
                        .the-table-divsion table {
                            border-collapse: collapse;
                            width: 100%;
                            margin-left: 20px;
                        }
                        
                        th,
                        td {
                            text-align: center;
                            padding: 8px;
                        }
                        
                        tr:nth-child(even) {
                            background-color: #f2f2f2;
                        }
                        
                        th {
                            background-color: #4CAF50;
                            color: white;
                        }
                        
                        .popup-buttons {
                            margin: auto;
                            padding-right: 40px;
                            border-right: collapse;
                        }
                        /* League page */
                        
                        .champ-link {
                            font-size: 3rem;
                            color: #4d945a;
                        }
                        
                        .champ-link:hover {
                            color: #366b40;
                            text-decoration: n0ne;
                        }
                        /* Pridiction */
                        
                        .pridictions {
                            margin: auto;
                            border-bottom: 2px dashed gray;
                            margin-bottom: 2px;
                        }
                        
                        .match-pridiction-list {
                            margin: auto;
                        }
                        
                        .bill-content {
                            margin: auto;
                        }
                        
                        .bill {
                            margin: auto;
                            border-top: 2px dashed black;
                        }
                        
                        .screenshot {
                            height: 80px;
                            background-color: #c31c2a;
                            color: white;
                            margin: auto;
                        }
                        /* Bottom Section */
                        
                        .horizontal-bar {
                            color: black;
                            border-top: 5px solid black;
                        }
                        
                        .the-cart {
                            border-top-style: dashed;
                            border-bottom-style: doubled;
                            margin-bottom: 0px;
                        }
                        
                        .match-handler {
                            background-color: rgb(143, 151, 147);
                            margin-bottom: 0PX;
                            padding-bottom: 10px;
                            padding-left: 40px;
                            border-top-style: dashed;
                            margin-top: 2px;
                            transition: 1s;
                            color: white;
                            text-align: center;
                        }
                        
                        p .handler.titles {
                            text-align: center;
                            font-size: 2rem;
                        }
                        
                        .better {
                            margin: auto;
                            width: 70px;
                        }
                        /* Footer Section */
                        
                        .bottom-container {
                            width: 100%;
                            background: #28a745;
                            padding: 15px 0px 10px;
                            text-align: center;
                            color: white;
                            transition: 1s;
                        }
                        
                        .footer {
                            height: 10%;
                            background-color: #4d9454;
                            color: #fff;
                            text-align: center;
                            padding: ;
                            font-weight: bold;
                        }
                        
                        .copyright {
                            height: 9%;
                            width: 100%;
                            text-align: center;
                            padding: 1% 20% 0%;
                            font-size: 20px;
                        }
                        
                        @media (min-width: 1000px) {
                            .swift-logo {
                                height: 10%;
                                width: 10%;
                            }
                        }
                        
                        @media (max-width: 1280px) {
                            #title {
                                text-align: center;
                            }
                            .title-image {
                                position: static;
                                transform: rotate(0);
                            }
                            .middle-header {
                                font-weight: bolder;
                                font-family: QUARTZO demo;
                                color: #ffffff;
                                font-size: 80px;
                            }
                            .caption {
                                padding: 35% 0%;
                                text-align: center;
                            }
                            .sticky-div {
                                position: fixed;
                                bottom: 50px;
                                right: 50px;
                                height: 10%;
                                width: 10%;
                                font-size: 25px;
                                text-shadow: 2px 2px 4px #000000;
                            }
                            .swift-logo {
                                width: 10px;
                                height: 10px;
                            }
                        }
                        
                        #navbar-branding-title {
                            text-align: left;
                        }
                        
                        .dropbtn {
                            background-color: #4CAF50;
                            color: white;
                            padding: 16px;
                            font-size: 16px;
                            border: none;
                            cursor: pointer;
                            border-radius: 5%;
                        }
                        
                        .dropdown {
                            position: relative;
                            display: inline-block;
                            margin: auto;
                        }
                        
                        .dropdown-content {
                            display: none;
                            position: absolute;
                            background-color: #f9f9f9;
                            min-width: 160px;
                            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
                            z-index: 1;
                        }
                        
                        .dropdown-content a {
                            color: black;
                            padding: 12px 16px;
                            text-decoration: none;
                            display: block;
                        }
                        
                        .dropdown-content a:hover {
                            background-color: #f1f1f1
                        }
                        
                        .dropdown:hover .dropdown-content {
                            display: block;
                        }
                        
                        .dropdown:hover .dropbtn {
                            background-color: #3e8e41;
                        }
                        
                        @media (max-width: 1279px) {
                            .swift-logo {
                                width: 20%;
                                height: 20%;
                            }
                        }
                        
                        @media (max-width: 500px) {
                            .middle-header {
                                font-size: 70px;
                            }
                            #navbar-branding-title {
                                font-size: 2rem;
                            }
                            .swift-logo {
                                width: 20%;
                                height: 20%;
                            }
                        }
                        
                        @media (max-width: 400px) {
                            #title {
                                text-align: center;
                            }
                            .title-image {
                                position: static;
                                transform: rotate(0);
                            }
                            .middle-header {
                                font-weight: bolder;
                                font-family: QUARTZO demo;
                                color: #ffffff;
                                font-size: 60px;
                            }
                            .caption {
                                padding: 35% 0%;
                                text-align: center;
                            }
                            .bgimg-1 {
                                background-image: url("../images/bgimg-1.1.jpg");
                                min-height: 200px;
                            }
                            .sticky-div {
                                position: fixed;
                                bottom: 50px;
                                right: 50px;
                                height: 10%;
                                width: 10%;
                                font-size: 20px;
                                text-shadow: 2px 2px 4px #000000;
                            }
                            h3 {
                                font-size: small;
                            }
                            h2 {
                                font-size: small;
                            }
                            #navbar-branding-title {
                                font-size: 1rem;
                            }
                            @media (max-width: 300px) {
                                .middle-header {
                                    font-size: 30px;
                                }
                                .middle-subheader {
                                    font-size: 40px;
                                }
                            }