body{
    padding: 10px;
    background-color: lightgrey;
    font-family: Verdana, sans-serif;
}
.article{
    column-count: 4;
    height: auto;
    padding: 20px;
    gap: 40px;
    border: 3px black solid;
    background-color: white;
}
#title-1{
    font-family: "Share Tech", sans-serif;
    font-size: 2em;
}
#title-2{
    font-family: "News Cycle", sans-serif;
    font-size: 2em;
}