body {
  background-image: linear-gradient(to top, rgba(140, 108, 64), rgba(213, 183, 98));
  color: #1B1D4D;
  font-family: "Bitcount Single Ink", system-ui;
  padding: 5.5%;
}
.top{
  display: grid;
 position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width:fit-content;
  border: 3px solid #73AD21;
}
section{
 font-family: "Bitcount Single Ink", system-ui;
  overflow:hidden;
  align-content: center;
}
#page img{
  width:80%;
  border:3px solid black;
  display: block;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 8px;
  margin:auto;
}
#page{
  position: relative;
}
.column {
  flex: 45%;
  padding: 0 4px;
  align-items:center;
}
.row{
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
header{
  height: 100px;
  border: 25px;
  text-align: center;
}
footer{
  position:relative;
  top: 50px;
}
link{
  font-size: 50px;
}
