.main {
    background-color: #e1e1e1e8;
}
html {
    font-family: monospace
}
.earth{
    background-image: url(planetearth.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

h1 {
    font-size: 150px; 
    color: #4f9887;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    max-width: 2000px;
}
.container{
    display: flex;
    justify-content: space-around;
    margin-left: 5%;
    margin-right: 5%;
}
.navigation {
    display:flex;
    justify-content: center;
    font-size: 25px;
}
.def{
    margin-top: 50px;
margin-bottom: 30px;
}

a   {
    color:#e1e1e1;
    text-decoration: inherit;
    font-size: 50px;
}

.box {
    width: 350px;
    height: 70px;
    font-size: 50px;
    text-align: center;
    font-weight: bolder;
    border-radius: 30px;
}
#MilkyWay{
    background-color: #2c4c72;
    transition: all 1s ease;
}
#MilkyWay:hover{
    transform: scale(1.2);
    box-shadow: #2e3433 0px 0px 20px;
}

#Asteroids{
    background-color: #385170;
    transition: all 1s ease;
}
#Asteroids:hover{
    transform: scale(1.2);
    box-shadow: #2e3433 0px 0px 20px;
}

#Earth{
    background-color: rgb(66, 91, 161);
    transition: all 1s ease;
}
#Earth:hover{
    transform: scale(1.2);
    box-shadow: #2e3433 0px 0px 20px;
}

.div1 {
    font-size: 0.6cm;
    color: #142d4c;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 1200px;
    padding: 20px;
    background-color: #f5f5f5; 
    border-radius: 10px; 
}
.div1 ul {
    display:inline-block;
}
.div3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 1200px;
}
.rounded-image {
    border-radius: 10px; 
    height: auto;
}
h2 {
    font-size: 2cm;
    font-family: monospace;
    color: #4f9887;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.div4{
    margin-top: 150px;
    margin-bottom: 20px;
}
h3 {
    font-size: 1cm;
    color: #385170;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    max-width: 1200px;
}

.divp1 {
    font-size: 0.65cm;
    color: #2e3433;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 1200px;
    padding: 20px;
    background-color: #b2d0bf45;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: all 0.4s ease;
    border-radius: 20px;
}
.divp1:hover {
    transform: scale(1.05);
    box-shadow: #2e3433 0px 0px 20px;
}

.text-content {
    flex: 1;
    padding-right: 20px;
}

.text-content h3 {
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
}

.text-content p {
    margin-top: 0;
    display: block;
    margin-bottom: 15px;
}

.image-planets {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    max-width: 500px;
    max-height: 500px;
    transition: all 0.8s ease;
}
.image-planets:hover {
    transform: scale(1.1);
}

.outer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#main-left
{
    background-color:rgba(113, 133, 168, 0.295);
    width: 70%;
    font-size: 25px;
    border-radius: 20px;
    height: 100%;
    margin-left: 30px;
    margin-right: 20px;
    transition: all 0.6s ease;
}
#main-left:hover{
    transform: scale(1.05);
    box-shadow: #2e3433 0px 0px 20px;
}
#main-right
{
    background-color:rgba(113, 133, 168, 0.295);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-left: 10px;
    margin-right: 30px;
    transition: all 0.6s ease;
}
#main-right:hover{
    transform: scale(1.05);
    box-shadow: #2e3433 0px 0px 20px;
}

#img1{
    border-radius: 20px;
}
.table1{
    font-size: 21px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
} 
.small-links{
    text-decoration: none;
    color: #0052b5;
    font-size: 25px;
}
.navigator{
    display: flex;
    justify-content: center;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 40px;
}
tr,td {
    border: 0.5px solid black;
    text-align: center;
}
.galery{
    background-color: #90caad55;
    border-radius: 20px;
    align-items: center;
    height: 280px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 130px;
    margin-right: 130px;
    margin-top: 50px;
    margin-bottom: 70px;

    
}
#asteroid1{
    border-radius: 10px;
    width: 25%;
    height: 200px;
    transition: all 0.8s ease;
}
#asteroid1:hover{
    transform: scale(1.2);
    box-shadow: #2e3433 0px 0px 20px;
}
#asteroid2{
    border-radius: 10px;
    width: 25%;
    height: 200px;
    transition: all 0.8s ease;
}
#asteroid2:hover{
    transform: scale(1.2);
    box-shadow: #2e3433 0px 0px 20px;
}
#asteroid3{
    border-radius: 10px;
    width: 25%;
    height: 200px;
    transition: all 0.8s ease;
}
#asteroid3:hover{
    transform: scale(1.2);
    box-shadow: #2e3433 0px 0px 20px;
} 
.columns{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 18px;
    color: #e1e1e16a;
}
.column{
    width: 40%;
    background-color: #000000a9;
    border-radius: 20px;
    padding: 12px;
    transition: all 0.5s ease;
}
.column:hover{
    transform: scale(1.2);
    box-shadow: #a0a0a0ea 0px 0px 30px;
    background-color: #000000e7;
    color:rgba(255, 255, 255, 0.895)
}
.foot2{

    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: 60px;
    margin-right: 60px;
    display: flex;
    justify-content: space-around;
    background-color:#000000a9;
    border-radius: 20px;
}

.small-links#index{
    text-decoration: none;
    color: #f1f3f5;
    font-size: 25px;
}
.index {
    transition: all 0.5s ease;
}
.index:hover{
    transform: scale(1.3);
}
