body {
  background-color: #baa057;
  background-image: url(https://i8.glitter-graphics.org/pub/1555/1555268dx8un720jv.jpg);
  background-size: cover;
  align-items: center;
  margin: auto;
}



.aboutbox {
  background-color: #ffffff;
  width: 600px;
  height: 520px;
  position: fixed;
  left: 800px;
  bottom: 300px;
  top: 60px;
  border: 4px solid black;
  display: flex;
}

.column {
  flex: 1; /* Allows columns to grow and shrink equally */
  padding: 8px;
  border: 1px dashed gray;
  margin: 3px;
}

.punkgirl img {
}