body {
    font-family: 'Inter', sans-serif;
    background-color: #0d1117;
    color: #c9d1d9;
}
.container{
    max-width: 900px;
}
.celesial-image{
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
    display: block;
    object-fit: cover;
}
a{
    text-decoration: none;
    position: fixed;
    top: 1%;
    left: 1%;
}