.art-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #000000;
}
.art-text {
  color: rgb(255, 255, 255);
  font-size: 80px;
  font-style: normal;
  text-align: center;
  font-family: Roboto Mono;
  font-weight: 100;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-halfunit);
  padding-right: var(--dl-space-space-halfunit);
  padding-bottom: var(--dl-space-space-halfunit);
}
.art-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.art-navlink {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  transition: 0.3s;
  font-family: Roboto Mono;
  font-weight: 100;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
.art-navlink:hover {
  text-decoration: underline;
}
.art-navlink:active {
  color: var(--dl-color-gray-black);
}
.art-navlink1 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  transition: 0.3s;
  font-family: Roboto Mono;
  font-weight: 100;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
.art-navlink1:hover {
  text-decoration: underline;
}
.art-navlink1:active {
  color: var(--dl-color-gray-black);
}
@media(max-width: 479px) {
  .art-text {
    font-size: 50px;
  }
}
