@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap');

body {
    background-color: #000000;
}

.container-bg {
    background-image: url('/images/earth-1149733_1920.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: calc(100vh - 70px);
}

.logo-text {
    font-family: 'Orbitron', sans-serif;
}

.logo-text-main {
    color: #333333 !important;
    font-size: 1.5rem;
}
