* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#with-font {
    font-family: 'Lora', serif;
}

#main-heading {
    font-weight: 1000;
}

/*
body {
    background: rgb(251, 242, 133);
    background-image: url(spacebackground.jpg);
}
*/

.list-indent {
    margin-left: 5%;
}

/* .weather {
    margin: 15px 0;
    font-size: 1.5rem;
} */

.with-back {
    background-color: white;
}

.heading1 {
    /* font-size: 3rem;
    font-weight: 800; */
    font-style: italic;
}

.desc {
    /* font-size: 1.25rem; */
    text-transform: capitalize;
}

.circle {
    background-color: black;
    border-radius: 50px;
    height: 15px;
    width: 15px;
    margin: 0 15px;
}