html{
    background-color: black;
    max-width: 100%;
   
}

.shows {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 80%;
    max-width: 800px;
    color: white;
    top: 20%;
    left: 23%;
    position: absolute;
  }
  
  .shows h1 {
    font-size: 30px;
  }
  .shows p {
  font-size: 20px;
  }
  
  .shows img {
    width: 80%;
    max-width: 800px;
    margin-top: 20px;
  }
  