body {
    margin: 20px;
    background-color: #121212;
    color: #e0e0e0;
}

h1 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

img#ratas,
img#aken,
img#mars,
img#jupiter,
img#saturn,
img#sun,
img#venera,
img#uran,
img#neptun,
img#mekur,
img#maa {
    width: 250px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

div#info {
    position: absolute;
    top: 100px;
    left: 900px;
    width: 40%;
    height: 300px;
    padding: 20px;
    background-color: #1e1e1e;
    border-radius: 12px;
    color: #f0f0f0
}


