body {
    font-family: 'Poiret One', cursive;
    background-image: url("../images/galaxy-body.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

#header-card, #title-jumbo {
    font-size: 1.2rem;
    background-image: radial-gradient(#040406, #031a44, #5ac1a6);
}

.card {
    opacity: 0.9;
}

#table-header, #add-spaceship-btn {
    background-color: #031a44;
}

#table-body, #form {
    color: #031a44;
}
