
            #innercontainer{
                width: 60%;
                height: fit-content;
                margin: auto;
                padding: 4vw 0vw 8vw 0vw;
            }

            #graph{
                width: 100%;
                border: 2px black solid;
                border-radius: 25px;
                padding: 2vw;
                height: 550px;
                margin-bottom: 50px;
                margin: auto;
            }

            .theteam {
                font-family: "Agrandir Variable";
                font-size: 18pt;
                padding-bottom: 1vw;
                text-align: center;
            }

            .asktext{
                font-family: "Agrandir Variable";
                font-size: 18pt;
                text-align: left;
            }

            #boxes3{
                width: 100%;
                margin: auto;
                margin-top: -780px;
            }

            .stats {
                display: flex;
                justify-content: space-between;
                flex-direction: row;
                flex-wrap: wrap;
                width: 100%;
                margin-top: 10px;
                margin-bottom: 10px;
                margin: auto;
            }

            .data {
                width: 250px; height: 130px;
                margin-left: 10px;
                margin-right: 10px;
                text-align: center;
                margin-bottom: 20px;
                border-radius: 25px;
                border: 2px solid black;
                padding-left: 10px;
                padding-right: 10px;
            }

            .valueprop{
                font-size: 14pt;
                font-family: "Object Sans";
                font-weight:300;
            }

            .officialask{

                font-size: 26.5pt;
                font-family: "Object Sans";
                font-weight:300;
                text-align: center;

            }

            .salestitle{
                color: #0C0B0B;
                text-align: center;
                font-size: 11pt;
                font-family: "Object Sans";
                font-weight: 600;
                padding-bottom: 0;
                z-index: 1;
                position: relative;
                top: 0%;
                margin-top: 10px;
            }

            .description{
                text-align: center;
                font-size: 10pt;
                z-index: 1;
                position: relative;
                top: 0%;
                margin-top: 5px;
                font-family: "Object Sans";
                font-weight: 300;
            }

            #stat1{
                background-image:_;
                background-size: 100%;
            }

            #stat2{
                background-image:_;
                background-size: 100%;
            }

            #stat3{
                background-image:_;
                background-size: 100%;
            }

            #stat4{
                background-image:_;
                background-size: 100%;
            }

            #stat5{
                background-image:_;
                background-size: 100%;
            }

            #stat6{
                background-image:_;
                background-size: 100%;
            }

            .chartBox {
                width: 100%;
            }

            