/*body {*/
/*    background-color: white;*/
/*    background: url("../images/Polygon-FighterJet.png");*/
/*    background-repeat: no-repeat;*/
/*    !*background-size: 30% auto;*!*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    !*opacity: 0.9;*!*/
/*}*/

#background-color-overlay {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    background-image: url("../images/Polygon-FighterJet.png");
    background-size: cover;
}

#background-color-overlay::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    //background-color: rgba(0,0,0,0.25);
    background-color: rgba(255, 255, 255, 0.9);
}

#main-div {
    position: relative;
    color: #000000;
    padding-left: 1.5em;
    padding-right: 1.5em;


    /*font-size: 14rem;*/
    /*line-height: 0.9;*/
    /*text-align: center;*/
}