body {
  background-color: #8A2BE2;
  text-align: center;
}

footer {
  background-color: #FF1493;
  border: 10px solid white;
  border-radius: 12px;
}

#joestars {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  border: 3px solid white;
  border-radius: 12px;
}

.container {
  background-color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 12px;

}

#purp {
  background-color: #FF1493;
  padding-right:10px;
  padding-left: 10px;
  border-radius: 12px;
}

#jojo {
  background-color: #FF1493;
  margin-left: auto;
  margin-right: auto;
  border: 8px solid white;
  border-radius: 12px;
  
}

#summary {
  font-size: 34px;
}

#ftext {
  font-size: 34px;
  text-decoration: underline;
}

@media (max-width: 752px) {
  #joestars {
     width: 370px;
  }
}

@media (max-width: 752px) {
  .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  } 
}

@media (min-width: 752px) {
  #purp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  } 
}

@media (max-width: 752px) {
   body {
   background-color: #9400D3;
  } 
}