
body {
    font-family: "Montserrat", sans-serif;
    background: #000;
    margin: 0;
    padding: 0;

  }

h1 {
    margin: 45px 0 10px;
}

.container {
    text-align: center;
    max-width: 1050px;
    margin: auto;
}


.cities {

    padding: 0 10px;
    color: #676767;
}

.info {
    color: #fff;
    margin: auto;
    margin-left: 15%;
    margin-right: 15%;
    text-align: justify;
}
 

.info_inside {
    max-width: 1000px;
    margin: auto;
}

.center {
    margin: auto;
    padding-top: 50px;
    width: 50%;
    text-align: center;
}


.planet {

    margin: auto;
    max-width: 700px;
}
#outline {
    margin-top: 90px;
    margin-bottom: 35px;
    opacity: 75%;
}

table {
    text-align: center;
    margin: auto;
}

th {
    margin: 5px;
}

footer {
    color: #fff;
    text-align: center;
    margin-top: 100px;
    padding: 10px;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

a {
    outline: none;
    text-decoration: none;
    color: #8b8b8b;
}

a:link,
a:visited,
a:active {
    color: #8b8b8b;
}

a:focus,
a:hover {
    color: #b7b7b7;
}

* {
    box-sizing: border-box;
}

.mySlides {
    position: relative;
    display: none;
}

img {
    vertical-align: middle;
    width: 100%;
}

/* Slideshow container */

.slideshow {
    margin-left: 15%;
    margin-right: 15%;
}

.slideshow-container {
    max-width: 1000px;
    margin: auto;
    margin-top: 15px;
}
}

/* Text overlay */
.text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #f2f2f2;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.6); /* Transparent black background */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0; /* Hidden by default */
    transition: opacity 0.5s ease; /* Smooth fade-in effect */
}

/* Show text on hover */
.mySlides:hover .text {
    opacity: 1;
}

/* Number text (e.g., 1/3) */
.numbertext {
    position: absolute;
    top: 8px;
    left: 16px;
    color: #f2f2f2;
    font-size: 14px;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 3px;
    user-select: none;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.next {
    right: 0;
    border-radius: 0 3px 3px 0;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
}
.item-text-title {
    font-weight: normal;
    font-size: 16px;
    padding: 0 15px;
    margin: 5px 0;