/*consistent things*/
@font-face {
    font-family: 'bitwise-font';
    src: url('bitwise-font/Bitwise-m19x.ttf') format('truetype');
}

@font-face {
    font-family: 'VT323';
    src: url('VT323/VT323-Regular.ttf') format('truetype');
}

body {
    background-color: rgb(0, 0, 0);
    color: white;
    font-family: 'Ubuntu Mono', monospace;
    margin-top: 1.5%;
}

/*index.html divs flex*/
#home-parent {
    display: flex;
    flex-direction: column;


}



#home-child-bottom {
    margin-top: 5%;

}

#about-parent {
    display: flex;
    flex-direction: column;

}

#about-child-bottom {
    margin-top: 5%;
}

#projects-parent {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

#projects-child-bottom {
    margin-top: 5%;

}

.h1-number {
    font-size: 70%;

}

/* Define the galaxy container */
#background-file {
    z-index: -1;
}