
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 1) 2px, transparent 1px);
  background-size: 5vw 5vw;
  pointer-events: none;
  z-index: 100; 
}


body {
  background-color: #151515;
  line-height: 2;
}

.art_frame {
  background-color: white;
  position: relative;
  z-index: 1000;
  margin: 50px auto;
}

#art {
  padding: 50px;
  max-width: calc(100% - 100px);
  height: auto;
}

#column_body {
  background-color: #D63AF9;
  border-top-left-radius: 30px 20px;
  border-top-right-radius: 30px 20px;
  border-bottom-left-radius: 30px 20px;
  border-bottom-right-radius: 30px 20px;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 50px;
  
}

.liner {
  position: fixed;
  width: 15%;
  top: 0;
  bottom: 0;
  height: 100%;
  background-repeat: repeat-y;
  background-size: 90% auto;
  z-index: 1000;
}

.liner-left {
  left: 0;
  background-image: url('./assets/flames_left.png');
}

.liner-right {
  right: 0;
  background-image: url('./assets/flames_right.png');
  background-position: right;
}

.brick {
  height: 200px;
}

.header {
    position: relative;
    top: 0;
    padding-bottom: 30px;
    margin-top: 50px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

a {
    color: #D63AF9;
    text-decoration: none;
    margin-right: 50px;
    position: relative;
    font-size: 2vw;
    font-family: 'Brush Script MT', cursive;
}

a:hover {
    text-decoration: underline;
}

#top_header {
  font-family: 'Brush Script MT', cursive;
  font-size: 5vw;
  font-weight: bold;
  margin-left: 50px;
  margin-bottom: -40px;
}