:root {
    font-family: 'Inter', Helvetica, Arial, sans-serif; 
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  
    /* color-scheme: light dark; */
    color: rgba(255, 255, 255, 0.87);
    background-color: #242424;

}

body{
    background-image: url("img/nix18bg.png"), linear-gradient(to right, #0f0c29, #302b63, #24243e);
    background-repeat: repeat;
    background-size: 100px, auto;
    flex: 100%;
    flex-flow: column;
    align-self: stretch;


    justify-content: center;
    align-items:center;
    display: flex;


}

.header{
    align-self: stretch;
    flex: 0 0 10rem;
    min-height: 2.1rem;
    margin-bottom: 0rem;
    border-bottom: 2px solid #DDDDDD70;
    background: #2e2e409c linear-gradient(45deg, #081c50, transparent);
    padding: 0 3rem;
}

.header h1{
    margin-top: 2rem;
    font-size: 3rem;
    margin-bottom: 0rem;
}

.header img{
    min-height: 10rem;
}

.content{
    flex: 0 0 50%;
    background: #00000040;
    border-radius: 0 0 1rem 1rem;
    border: 1px solid #FFFFFF50;
    min-width: 50rem;
    padding: 0 3rem;
    /* width: clamp(800px, 1920px ,50%); */
    
}

h1, p{
    color: #FFF;
    margin-bottom: 2rem;
    line-height: 1.1em;
}

a{
    color: cyan;
}

.nix18Promo{
    transform-origin: center;
    max-width: 30rem;
    flex: 50%;
}

.inlineLogo{
    max-height: 2.35em;
    position: relative;
    top: 0.5em;
    display: inline-block;
}