@font-face {
    font-family: 'pixel';
    src: url('/static/fonts/pixel-font/Matrixtype-lxMZX.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.row {
width:50% !important;
flex-direction:column !important;
}

.header-row {

width:100% !important;
/*background:linear-gradient(352deg, #cdcdcd87 0%, #004f3400 100%) !important;*/
background:#f6f6f6;
max-width:100% !important;
margin-bottom:10px !important;
}

.landing-text {
       margin-left: 25%;
    margin-right: 25%;
    display: flex;
    flex-direction: row;
    justify-content: center;


    }

    .tws-logo {
    display:flex;
    flex-direction:row;

}

.landing-text h1 {
    z-index: 1;
    color: #38ff6b;
    margin: 0;
    font-size: 36px;
    font-weight: 350;
    letter-spacing: -.022em;
}