body {
    margin: 0;
    padding: 0;
}

.pos-absolute {
    position: absolute;
}

.container {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: rgba(3, 91, 129, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(3, 91, 129, 1) 0%, rgba(1, 0, 20, 1) 69%, rgba(1, 0, 20, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(3, 91, 129, 1)), color-stop(69%, rgba(1, 0, 20, 1)), color-stop(100%, rgba(1, 0, 20, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(3, 91, 129, 1) 0%, rgba(1, 0, 20, 1) 69%, rgba(1, 0, 20, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(3, 91, 129, 1) 0%, rgba(1, 0, 20, 1) 69%, rgba(1, 0, 20, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(3, 91, 129, 1) 0%, rgba(1, 0, 20, 1) 69%, rgba(1, 0, 20, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(3, 91, 129, 1) 0%, rgba(1, 0, 20, 1) 69%, rgba(1, 0, 20, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035b81', endColorstr='#010014', GradientType=1);
}

.container-inside {
    position: relative;
    width: 1170px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.title {
    position: relative;
    padding-left: 95px;
    font-size: 60px;
    top: 20%;
    margin: 0;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    z-index: 4;
}

.subtitle {
    position: relative;
    padding-left: 95px;
    font-size: 32px;
    top: 22%;
    margin: 0;
    color: #e9eae5;
    font-family: 'Noto Sans', sans-serif;
    z-index: 4;
}

#planet {
    right: -150px;
    bottom: -50px;
    width: 800px;
    z-index: 2;
}

#satelite {
    width: 653px;
    bottom: 20px;
    right: 40px;
    z-index: 3;
}

#stars {
    z-index: 1;
}

.btn {
    position: absolute;
    top: 40%;
    left: 95px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    background-color: #65a3bc;
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    color: #0f081e;
    border-radius: 6px;
    line-height: 17px;
    z-index: 5;
}

@media screen and (max-width: 991px) {

    #satelite {
        width: 400px;
    }

}

@media screen and (max-width: 615px) {

    .container-inside {
        width: 100%;
    }

}

@media screen and (max-width: 500px) {

    .container-inside{
        text-align: center;
    }

    .title {
        position: relative;
        padding: 0 15px;
        text-align: center;
        font-size: 40px;
        top: 20px;
    }

    .subtitle {
        position: relative;
        padding: 0 15px;
        font-size: 26px;
        text-align: center;
        top: 40px;
    }

    .btn {
        position: relative;
        top: 73px;
        left: 0;
    }

    #satelite {
        width: auto;
        right: 2%;
        left: 2%;
        animation-name: none !important;
    }


}
