
input[type=checkbox] {
    margin: 4px 0 0;
    line-height: normal;
    width: 40px;
    height: 40px;
}
.flex-container-categories{
display: grid;
place-items: center;
background-color: black;
padding:10px;
margin: 10px;
}

.flex-container-categories> div {
  background-color: lightgray;
  width: auto;
  margin: 1px;
font-size: 20px;
  padding: 1px;
    text-align: center;


}


.articlecontainer {
            position: relative;
            width: 400px;
            height: 300px;
            background-size: cover;
            color: white;
  	border-radius: 25px;
    text-align: right;

            

        }
        
        .articleinfo {
            font-size: 25px;
            font-weight: bold;
            padding: 10px;
            position: absolute;
            bottom: 0;

        }
        
        .publication {
            font-size: 20px;
            font-weight: semi-bold;
            font-style: italic;
            padding: 10px;
            position: absolute;
            bottom: 0;
            right: 0;
           

        }