body {
    width: 100%;
    height: 100%;
    padding: 0px;
    font-family: "JetBrains Mono", monospace !important;
}

hr {
   height: 10px;
}

.footer {
    width: 100%;
    background-color: rgb(0, 0, 67);
    color: white;

}

.carousel-item{
    height: 25%;
}

.carousel-img {
    height: 32rem;
    width: auto;
}

.carousel-description{
    width: 20rem;
}
.paragraph-content{
    text-indent: 2em;
    font-size: 14pt;
    line-height: 2;
}

.card-img-top {
    cursor: crosshair;
}
.paragraph-header {
    height: 20rem;
    width: auto;
}
 
.page404_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 4px;
}

#express_404{
    max-width: 48%;
    align-self: flex-end;
    padding: 12px
}

#express_404 img {
    max-width: 100%;
}

#mars_express_404{
    max-width: 50%
}

#mars_express_404 img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1200px) {
    .carousel-img {
    height: 24rem;
    width: auto;    
    }



}

