img {
  width: 20%;
  background-image: linear-gradient(white, grey);
  border-radius: 8px;
  box-shadow: 0 4px 8px black;
  margin: 10px;
  border: solid white 5px;
  transition: width 0.5s;
  overflow: hidden;
  aspect-ratio: 0/1;
}

.colz {
}

.imagebigger {
  /*width: 40%;*/
}

.pinkcol {
  background-color: #f1aeb5;
  padding: 10px;
}

.row {
  padding: 10px 0px 10px 0px;
}

h1 {
  align-items: center;
  font-size-adjust: 1;
  font-weight: bold;
  padding: 10px;
  font-size: 2.5rem;
  position: sticky;
  top: 0;
}

body {
  font-family: none;
}

.row {
}

hr {
  color: #000000;
  border: solid #f1aeb5 5px;
}

.container {
  width: 2550px;
}

img:hover {
  /*overflow: hidden;*/
  transform: scale(2);
}

.colh1 {
  position: sticky;
  top: 25%;
  padding: 10px;
  z-index: 10;
}

.row {
  display: flex;
  align-items: start;
}

.oneayear {
  width: 100%;
}

