body {
    background-color: #030303;
    font-family: monospace;
}
@font-face {
        font-family: mine;
        src: url(MyHandwriting_2026-06-16_2149-Regular.ttf)
}
#art-about {
  width: 350px;
  height: 100h;
  color: #98999b;
  margin-left: 60px;
}
.text {
    width: 300px;
    margin: 0px auto auto;
}
h1 {
    font-family: mine;
    font-size: 60px;
}
.art-column {
  width: 300;
  margin: 0px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#art {
  width: fit-content;
  margin: 100px auto auto;
}
.wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.art:hover {
    transform: scale(1.02);
    
}
.art {
    border: 2px solid #2b2c2c;
}
.heading {
    width: 300px;
    height: fit-content;
    border-bottom: 2px solid #f2f4f7;
}
#earthbound {
    margin-top: 20px;
    margin-bottom: 20px;
}