/* making css so dang fun */
 *{
    padding:0;
    margin:0;
    box-sizing: border-box;
}

.background_space {
    background-image: url(../images/viewport_centergone_sm.png);
    background-size: 100%;
    height: 760px;
    width: 760px;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    background-attachment:fixed;
    display:flex;
    align-items: center;
    justify-content: center;
    z-index: 12;
   
}

.back {
    left:0;
    padding-top: 90px;
   width: 100%;
   height: 700px;
    z-index: -25;
}

h1 {


    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
/*
div {
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    font-size:20px;
    color:aqua;
}

.banner {
    background: url("/images/neutrinos_composite_mod.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    center/cover no-repeat fixed;
    min-height:100vh;

}

.header {
    background: url("/images/viewport_cu_centergone.png") center/cover no-repeat fixed;
    min-height:100vh;
    z-index:-1;

}
*/
/* linear-gradient(rgba(32, 2, 23, 0.4), rgba(27, 247, 19, 0.9)),
    url("/images/viewport_cu_centergone.png") center/cover no-repeat fixed;
    min-height:100vh;
    z-index:5;*/