body {
    text-align: center;
    background-image: url('/img/milkyWay.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: white;
    /* background-color: #000; */
    background-attachment: fixed;
}

.jumbotron {
    background-color: rgba(0,0,0,0.0);
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}


a {
    color: white;
}

a:hover {
    color: white;
    text-decoration: underline;
}


.container-fluid {
    height: 100%;
}

/* .card {
    color: black;
    background-image: url('../media/img/moon.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
} */


.align-items-end {
    padding-top: 50px;
}

.modal {
    color: black;
}

.my-4 {
    color: white;
}

.carousel {
    padding: 10px 0;
}

.btn {
    color: white;
}



#columnsList {
    padding-top: 30px;
    margin-top: 20px;
}

img {
    max-width: 250px;
    height: auto;
}

#messageBoardItems {
    background-color: rgba(0,0,0,0.5);
}
