.card {
    margin: 0 auto;
    padding: 0px;
    margin-right:0;margin-left:0
}

#spelling:hover {
    text-decoration: underline;
    cursor: pointer;
}

#journals:hover{
    text-decoration: underline;
    cursor: pointer;
}
#related_item:hover{
    text-decoration: underline;
    cursor: pointer;
}

#more_trending:hover{
    text-decoration: underline;
    cursor: pointer;
}

#trending_link:hover{
    text-decoration: underline;
    cursor: pointer;
}

#latest_link:hover{
    text-decoration: underline;
    cursor: pointer;
}

a {
    text-decoration: none; 
    color: black; 
}

html, body{
    overflow-x: hidden;
}

body {
    position:relative;
    display:flex; /* For Footer */
   flex-direction:column; /* For Footer */
}

footer {
  position: relative;
  margin-top:auto; /* For Footer */
  /*bottom: 0;*/
  width: 100%;
}

/* Ensure Footer on Bottom */
html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

#journals{
    margin: 0em;
    padding: 0em;
}