.earthquake-container {
    background-color: rgba(42, 85, 42, 0.521);
    display: grid;
    padding: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: auto auto ;
    max-height: 550px;
    border-radius: 15px;
   }
   .earthquake-container> hr {
    padding: 0;
    margin: 0;
    width: 100%;
   }   
.earthquake{
    background-color: rgb(41, 40, 40);
    font-size: 20px;
    padding: 20px;
    text-align: left;
    overflow: scroll;
    height: 500px;
}
.e-just {
    text-align: justify;
    color: white;
    font-size: smaller;
    background-color: black;
} 
.earthquake-heading {
    text-align: center;
}