body {
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    margin: 0;
}

#hero {
    background-image: url("images/galaxy.webp");
    background-size: cover;
    padding: 15px 0 50px 0;

    color: #839bca;
    text-shadow: 0 0 4px black;
}

#main-logo {
    width: 100px;
}

.btn-apply {
    border: none;
    padding: 10px 15px;
    font-family: inherit;
    font-weight: 800;
    color: #839bca;
}

.underline {
    border-bottom: 4px solid white;
}

h3 {
    color: #212121;
    text-shadow: none;
}

.footer {
    width: 100%;
    height: 80px;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
}

.credits {
    font-style: italic;
    padding-top: 10px;
}