*{
    margin: 0;
    padding: 0;
}
body{
    background: #000;
    overflow: hidden;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    color: #fff;
}
.container{
    border: 2px solid white;
    width: auto;
    height: 99vh;
    /* overflow: hidden; */
    display: flex;
}
.planets-photo{
    border: 2px solid transparent;
    width: 70%;
    height: 100%;
    display: flex;
    overflow: hidden;
}
.intro-ani{
    border: 2px solid transparent;
    width: 100%;
    height: 100%;
    display: flex;
}
.planets-photo .jup{
    margin-left: 26%;
}
.planets-photo .jup{
    filter: opacity(70%);
}
button{
    position: absolute;
    width: 150px;
    height: 50px;
    margin-top: 40%;
    margin-left: 45%;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 2rem;
    display: grid;
    place-items: center;
    font-weight: bolder;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.ear{
    margin-top: 0%;
    margin-left: 0%;
    filter: opacity(70%);
    width: 600px;
    height: 100%;
}
.sun{
    margin-left: 40%;
    filter: opacity(70%);
}
.saturn{
    margin-left: 40%;
    filter: opacity(70%);
    width: 100%;
}
.information{
    border: 2px solid transparent;
    width: 40%;
    height: 100%;
    display: flex;
    position: fixed;
    margin-left: 60%;
    color: aliceblue;
}
.heading{
    color: aliceblue;
    border: 2px solid transparent;
    width: 150%;
    height: 100%;
    margin-left: -20%;
    position: absolute;
    z-index: 9999999;
}
.jquery-c{
    font-size: 4rem;
    margin-left: 20%;
    margin-top: 25%;
}
.jquery-b,.jquery-d{
    font-size: 3em;
    margin-left: -10%;
    display: grid;
    place-items: center;
}
@media screen and (max-width:321px) {
    .heading {
        /* display: flex; */
        /* flex-direction: row; */
        width: 10px;
        height: 10px;
        margin-top: 200%;
        margin-left: -100%;
    }
    img{
        width: 200px;
        height: 200px;
        /* position: absolute; */
        margin-left: 100%;
    }
    .container{
        overflow-y: scroll;
        overflow-x: hidden;
        height: max-content;
        /* height: 500vh; */
    }
}
@media screen and (max-width: 1025px) {
    .heading{
        margin-left: -50%;
    }
    .jquery-d{
        margin-left: 10%;
    }
    button{
        margin-top: 65%;
    }
}
@media screen and (max-width:768px) {
    button{
        margin-top: 90%;
    }
}
@media screen and (max-width:426px) {
    button{
        margin-top: 160%;
        margin-left: 10%;
    }
}