body {
  background-image: url(https://torwar.neocities.org/images/Chicago%20Paintings.jpg);
  font-family: Times;
  padding: 40px;
}

h1 {
  font-size:30px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family:Times;
  text-align: center;
  
}

section {
  border: black;
  
}

h2 {
  font-size:20px;
}

h3 {
  text-align: center;
  font-size: 20px;
  background-color: white;
  width: 200px;
  margin-bottom: 10px; 
  padding-bottom: 10px;
  box-shadow: 0 0 20px 0 rgb(0, 0, 0);
}

.intro {
  width: 90%;
  background-color: #FF288D;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 650px;
  border-left: 5px dashed white;
  border-right: 5px dashed white;
}

.schedule {
  width: 90%;
  background-color: white;
  margin-left: auto;
  margin-right: auto; 
  padding: 20px; 
  max-width: 650px;
  border: 10px double rgba(0,0,0,0.75);
}

.artworks {
  width: 90%;
  background: linear-gradient(hsl(186,76%,16%), hsl(223, 90%, 60%));
  margin-left: auto;
  margin-right: auto; 
  padding: 50px; 
  max-width: 650px;
  box-shadow: 0 0 20px 0 rgba(83,14,14,0.8);

}

.mood {
  width: 90%;
  background-color: rgba(15,15,15,0.25);
  margin-left: auto;
  margin-right: auto; 
  padding: 20px; 
  max-width: 650px;

}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  height: 60%; 
  width: 60%;
}

a {
  color: white;
}

a:visited {
  color: grey;
}

a:hover {
  color: brown;
}

a:active {
  color: brown;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.left, .right {
  width: 100%;
  display: inline-block;
}

.wip p {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 14px;
  display: inline-block;
}

.banner {
  width: 600px;
  height: 25px; 
  margin: 10px auto; 
}

.cap{
  width: 60px;
  height: 25px;
}

.sleeve {
  width: 300px; 
  height: 10px;
  background-color: rgba(0, 0, 0, 0.5); 
  margin-right: 600px; 
}

.cap, .sleeve {
  display: inline-block;
}

.border {
  background: linear-gradient(rgb(100,100,100), rgb(0,0,0));
  box-shadow: 0 0 20px 0;
}

fieldset {
  border: none;
  padding: 2rem 0;
  border-bottom: 3px solid #3b3b4f;
}