/* 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: 100vh;
    
    
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    background-attachment:fixed;
    display:flex;
    align-items: center;
    justify-content: center;
    z-index:-100;
    
}

.back {
    left:0;
    padding-top: 1rem;
    background-size: 100vh;
    height: 700px;
    z-index: -25;
    display:flex;
    position:relative;
}

.background_lounge {
    align-content:center;
    align-self: center;
    height:100vh;
   
}
h1 {
    text-align:center;
   
    border-radius: 10px;
    padding:1rem;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
h1 a:hover {
    color:aqua;
    border-radius: 10px;
    transition: 1s;
}

back1 {
    width: 100vw;
    display:flex;
    position:relative;
    background-size:cover;
}
/*
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;*/