
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 1) 3px, transparent 1px);
  background-size: 5vw 5vw;
  pointer-events: none;
  z-index: 100; 
}

body {
  background-color: #6A041D;
  line-height: 2;
}

.art_frame {
  background-color: white;
  position: relative;
  z-index: 1000;
  margin: 50px auto;
}

#art {
  padding: 50px;
  scale: 70%;
}

#column_body {
  background-color: #D63AF9;
  width: 70%;
  margin: 0 auto;
}

.liner {
  width: 15%;
  height: 200%;
}

.brick {
  height: 200px;
}

#liner_left {
  float: left;
}
#liner_right {
  float: right;
}

#top_header {
  font-family: Georgia;
  font-size: 144px;
  font-weight: bold;
  margin-left: 50px;
  margin-bottom: -40px;
}