body {
  background-color: #212c70;
  background-image: url("");
  cursor: url("https://pixelsafari.neocities.org/favicon/animals/bear/bear27.gif"), auto;
}

.top-border { 
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-image: url("https://pixelsafari.neocities.org/dividers/repeatginghamlace.png");
  background-repeat: repeat-x;
  background-position: right top;
}

.bottom-border {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-image: url("https://pixelsafari.neocities.org/dividers/animal/cat3.gif");
  background-repeat: repeat-x;
  background-position: right bottom;
}

.container {
  position: absolute;
  background-color: grey;
  margin: 6.7vw;
  max-width: 100vw;
  border-radius: 2vw;
  column-count: 2;
}

.textbox {
  background-color: pink;
}

.icon-image {
  border-radius: 50vw;
  width: 20vw;
}