body {
    padding: 15px;
}

h1 {
    font-size: 40px;
    color: green;
}

hr {
    background-color: black;
    height: 1px;
}

#title,
#title1 {
    display: flex;
    justify-content: center;
    align-items: center;
}


.main-container {
    /* display: grid;
    grid-template-columns: auto auto auto auto; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.container {
    width: 315px;
    height: 350px;
    border: 1px solid black;
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    overflow: scroll;
    text-align: justify;
}

img {
    width: 312px;
    height: 120px;
}

a {
    font-size: 1.5rem;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #5673c8;
}