body {
    min-height: 100vh;
    background: url("Backgrounds/art-background.jpg");
    color: #727070;
    letter-spacing: 1px;
}
.title {
    -webkit-text-stroke: 10px #ffffff;
    paint-order: stroke fill;
    color: black;
    font-family: "Conthrax", Arial, Helvetica, sans-serif;
    font-size: 70px;
    margin-left: 20px;
}

.easel-img {
    width: 100%;
   
    height: auto;
    display: block;
}
ul {
    list-style: none;
    padding-left: 0;
}

ul li::before {
    content: "★ ";
    color: #037dfe;
}

.tab {
  display:none;
  width: 100%;
}

.tab.active {
  display: block;
}

.text-overlay {
    width: 100%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: skew(5deg) translate(-60%, -50%);
    text-align: center;
    color: #232323;
}

.artist-photo {
    width: 100px;
    height: 140px;
    border-style: solid;
	border-image-repeat: round;
	border-image: url("artpage/frame-border.png");
	border-image-slice: 16%;
	border-width: 30px;
}
