#maincontent p{
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
}

.yearEntry > p{
  margin-top: 0.2em;
}

.yearEntry > p:first-of-type{
  color: #AE8188;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 1.5em;
  font-size: 1.5em;
}

.yearEntry > .hearts{
  position: absolute;
  z-index: -1;
}

.yearImgs{
  display: flex;
  justify-content: center;
  gap: 1em;
}

.yearImgs > img{
  max-height: 12em;
  border: 1px solid white;
  box-shadow: 0px 0px 2px white;
}

#info{
  max-width: 50em;
  margin: auto;
  margin-top: 2em;
  padding: 0.25em 1em;
}

#info > p{
  margin-top: 0.2em;
}

#info > .header{
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0em;
}

.blockimg{
  max-width: 15em;
  width: 80%
}

#login{
  max-width: 24em;
  margin: auto;
}

.imgContainer{
  display: flex;
  max-width: 80%;
  gap: .5em;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  margin-top: 1em;
  align-items: center;
}

.imgContainer > img{
  max-width: 16em;
}

.imgContainer > img.wide{
  max-width: 24em;
}

.imgContainer > img.ultrawide{
  max-width: 36em;
}

/* Register */
#registerform{
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
  max-width: 800px;
  margin: auto;
  text-align: left;
  margin-bottom: 0.5em;
}

#maincontent p{
  max-width: 800px;
  margin: auto;
}

#registerform .row{
  display: flex;
  justify-content: space-between;
}


#registerform .row .name{
  flex-grow: 5;
}

#registerform .row .amounts{
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}

.row > div{
  padding: 0px 4px;
}

.amounts > div{
  width: 100%;
  padding: 0px 4px;
}
.amounts > div:first-child{
  padding-left: 0px;
}
.amounts > div:last-child{
  padding-right: 0px;
}

.row{
  margin-top: 0.5rem;
}

.row:first-child{
  margin-top: 0;
}

#regName{
  box-sizing: border-box;
  max-width: 400px;
}

.comment{
  width: 100%;
}

#regComment{
  resize: none;
}