:root {
  --color-1: #f7464e;
  --color-2: #f7f8f3;
  --color-3: #78bcc4;
  --color-4: #002c3e;

  --bkgnd:	#eeeeff;
  --text:	#000000;
  --border:	#770000;
}


hr {
    color: #ddd;
    background-color: #d33;
    height: 1px;
    border: none;
    max-width: 100%;
}
.yearrow {
  border-bottom: 20px;
}


.container {
    overflow:hidden;
    list-style:none;
}

.container li {
    border: 1px solid ;
    float:left;
    text-align: center;
    margin:0.4em;
}

.container img {
    display:block;
	text-align: center; 
}

/*
.pic {
  background-color: lightblue;
  text-align: center;
    width: 150px;
	height: 220px;
    margin: 10px auto 0px;
    display: block;	
} */

.pic {
  background-color: lightblue;
  text-align: center;
    width: 150px;
	height: 220px;
    margin: 10px auto 0px;
    display: block;
	align-items: flex-end;
  position: relative;

}




.pictitle {
  text-align: center;
  display: block;
  border: 2px solid red;
  padding: 5px;
  margin-bottom: 1px;
  background-color: navy;
  color: yellow;
  width: 136px;
  position: absolute;
  bottom: 0;
  left: 0;

}

.picimage {

  width: 100px;
/*  display: block; */
    margin-left: auto;
    margin-right: auto;
    height: auto; 
    padding-top: 10px;
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
