h1 {
  font-size: 30pt;
  color: black;
  text-align: center;
}

.welcome {
  margin: 30px;
  border: 10px;
  border-style: none;
  text-align: center;
}
.welcomeSub {
  color: red;
  font-size: 20px;
}

.art {
  display: grid;
  font-family: sans-serif;

  grid-template-columns: 1fr 1.25fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 1px;
  margin-bottom: 50px;
  text-align: center;
}

.outerFrame {
  border-width: 6px;
  border-style: solid;
  
}

.artText {
  font-size: 7vw;
  max-width: 500px;
  border-width: 6px;
  border-style: solid;
  padding-bottom: 30px;
}

.smallIf {
  font-size: 14px;
}

.myfooter {
  width: 60%;
  margin-left: 25%;
  font-size:1.5vw
}
