body {
  background-image: url("/imgs/stars.gif");
  padding-bottom:50px;
}

#divider {
  margin:0px;
  padding:0px;
  width:100%;
}

.stamps {
  padding:50px;
}

.leftinterests, .rightinterests {
  height:400px;
  margin:5% 20%;
}

.leftinterests > img {
  float: left;
  height:350px;
}

.rightinterests > img {
  float: right;
  height:350px;
}

.stamps img:hover {
  transform: scale(2);
}

.container {
  display:flex;
  width:50vw;
  height:auto;
  margin:auto;
  flex-wrap:wrap;
  flex-direction:row;
  gap:0;
  justify-content:center;
}

.main {
  width:50vw;
  min-width:300px;
}

.currently {
  width:50vw;
  min-width:300px;
}

.buttons {
  width:24.75vw;
  min-width:300px;
}

.stamps1 {
  width:24.75vw;
  min-width:300px;
}

