/* Previous hover "effect" */
/*
p:hover,/*span:hover,* /h1:hover,li:hover {
  background-color: #55a5;
}
*/

/* Resize and position the two images used in header */
/*
header img {
nav img {
*/
/* Since it's only the two images, we might as well target them with an ID?: */
#modeIcon, #header-logo {
  margin-right: 20px;
  /* Our website logo and the "night mode" button can be rather small: */
  width: 20px;
  height: 20px;
  margin: 5px 0px 0px 5px;
  /* Retain aspect ratio */
  object-fit: cover;
}
