body {
    background-image: url("/assets/space-materials/Space.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-family: "Orbitron", sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}
.hero {
    font-size: 1.1rem;
    margin: 0 auto;
    padding: 10px 10px;
    color: white;
}
.hero h1 {
    text-shadow: 5px 5px 5px black;
}
.btn {
    background: white;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 1rem;
    border: none;
    font-family: inherit;
    margin: 5px;
}
.cta {
    border-bottom: 4px solid white;
}
#img {
    width: 150px;
}
.term {
    margin-top: auto;
    width: 100%;
    text-align: center;
    background-color: white;
    padding: 15px 10px;
    box-sizing: border-box;  
}
.term h3 {
    margin: 0;
    font-size: 1rem;
}