html{
    background-color: black;
}
h1{
    text-align: center;
    text-underline-position: alphabetic;
    text-decoration-line: underline;
    color: white;
    font-size: 300%;


}
img{
    height: 200px;
    left: 39%;
    top: 100%;

    display: inline; 
    justify-content: center; 
    align-items: center;
      resize: 70%;
}
div{
    font-family: 'Alike', serif;

    height: 100px;
    color: white;
    float: left;
}


  }
.thumbnail {
  position: relative;
  width: 200px;
  height: 200px;
  ov.thumbnail {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  justify-content: center;
  
}




.thumbnail img {
  position: absolute;
  resize: 70%;

  transform: translate(-50%,-50%);
  display: inline;
  justify-content: center;

}

.thumbnail img.portrait {
  width: 100%;
  height: 50%;
  justify-content: center;
}