        body, html {
            background-color: white;
        }
        /*.smallerbg {
            height: 40%;
            width: 100%;
            background-image: url('../images/starsbg.png');
            background-size: cover;
            display: flex;
            justify-content: center;
            align-items: center;
        }*/
        .smallerbg {
            height: 40%;
            width: 100%;
            background: url('../images/bgcomponents/Moon.png') 120% 120% no-repeat, url('../images/bgcomponents/stars.png') center top no-repeat;
            background-size: 300px, cover;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .smallerbg a {
            font-size: 40px;
            color: white;
            font-weight: bold;
        }
        .main-cont {
            height: auto;
            width: 85%;
            padding: 5% 0;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            flex-direction: column;
        }
        .sub-cont {
            width: 100%;
            height: auto;
            display: inline-flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .main-cont hr {
            width: 100%;
            margin: 2rem 0;
            height: 1px;
            background-color: #ebebeb;
            border: none;
        }
        .main-cont .cont-title, .graph-cont .cont-title {
            font-size: 30px;
            font-weight: bold;
            color: #0e151d;
        }
        .info-box {
            height: 250px;
            width: 26%;
            padding: 0 2%;
            border-radius: 10px;
            margin: 0 0 2rem 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        }
        .info-box strong {
            color: #0e151d;
            font-size: 2rem;
        }
        .info-box b {
            color: #0e151d;
            font-size: 1.2rem;
        }
        .info-box hr {
            width: 80%;
            margin: 1.5rem 1rem 1rem 0rem;
            background-color: #ebebeb;
            height: 2px;
        }
        .info-box button {
            color: #0e151d;
            border: 2px solid #0e151d;
            border-radius: 5px;
            font-size: 20px;
            background: none;
            padding: 5px 15px;
            margin: 1rem 0;
            outline: none;
            cursor: pointer;
            font-family: calibri;
            transition: 0.25s ease-in;
        }
        .info-box button:hover {
            background-color: #0e151d;
            color: white;
        }
        
        .intro {
            height: auto;
            width: 80%;
            padding: 10%;
            padding-top: 5%;
            padding-bottom: 5%;
            color: #2c3e50;
            font-size: 20px;
            justify-content: center;
            display: flex;
            align-items: center;
        }
        .desc {
            height: auto;
            width: 90%;
            padding: 5%;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
        }
        .desc:nth-child(even) {
            flex-direction: row;
        }
        .desc:nth-child(odd) {
            flex-direction: row-reverse;
        }
        .desc-left {
            display: flex;
            flex-direction: column;
            width: 40%;
            line-height: 30px;
            word-spacing: 10px;
            justify-content: flex-start;
            font-size: 15px;
            color: #2c3e50;
        }
        .desc-left a {
            font-size: 20px;
            color: #2c3e50;
            font-weight: bold;
        }
        .desc-left b {
            padding-top: 15px;
            color: #2c3e50;
            font-weight: bold;
        }
        .desc-left c {
            color: #2c3e50;
            text-decoration: underline;
        }
        .desc-right {
            height: auto;
            width: 40%;
            display: flex;
            justify-content: flex-end;
        }
        .create-acct {
            height: 50px;
            width: 150px;
            border: 2px solid #2c3e50;
            background: transparent;
            color: #2c3e50;
            margin-top: 50px;
            border-radius: 5px;
            font-size: 15px;
            cursor: pointer;
            font-weight: normal;
        }
        .create-acct:hover {
            opacity: 0.7;
        }
        
        @media only screen and (max-width: 600px) {
            .smallerbg {
                height: 30%;
                width: 100%;
                background: url('../images/bgcomponents/Moon.png') 120% 120% no-repeat, url('../images/bgcomponents/stars.png') center top no-repeat;
                background-size: 150px, cover;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .smallerbg a {
                font-size: 25px;
                color: white;
                font-weight: bold;
            }    
            .main-cont {
                height: auto;
                width: 90%;
                padding: 3.5% 0;
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                flex-direction: column;
                overflow-x: auto;
            }
            .main-cont .cont-title, .graph-cont .cont-title {
                font-size: 20px;
                font-weight: bold;
                color: #0e151d;
            }
            .info-box {
                height: 200px;
                width: 86%;
                border-radius: 10px;
                margin: 0 0 2rem 0;
                padding: 0 2%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
            }
            .sub-cont {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            .info-box strong {
                color: #0e151d;
                font-size: 2rem;
            }
            .info-box b {
                color: #0e151d;
                font-size: 1.3rem;
            }
            .intro {
                height: auto;
                width: 80%;
                padding: 10%;
                padding-top: 5%;
                padding-bottom: 5%;
                color: #2c3e50;
                font-size: 13px;
                display: flex;
                align-items: center;
            }
            .desc {
                height: auto;
                width: 90%;
                padding: 5%;
                display: flex;
                justify-content: space-evenly;
                align-items: center;
                flex-direction: column-reverse;
            }
            .desc:nth-child(even) {
                flex-direction: column-reverse;
            }
            .desc:nth-child(odd) {
                flex-direction: column-reverse;
            }
            .desc-left {
                display: flex;
                flex-direction: column;
                width: 100%;
                line-height: 25px;
                word-spacing: 5px;
                justify-content: flex-start;
                font-size: 13px;
                color: #2c3e50;
            }
            
            .desc-left b {
                padding-top: 10px;
                color: #2c3e50;
            }
            .desc-right {
                height: auto;
                width: 80%;
                margin-bottom: 30px;
                display: flex;
                justify-content: flex-end;
            }
            .footer-container a {
                font-size: 13px;
                color: #b5bec7;
            }
            .copyright {
                height: 50px;
                width: 100%;
                font-size: 13px;
                background-color: #0e151d;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-weight: bold;
            }
        }