.twe {
    background-image: url('../wraps/VintageChristmasWrap8.jpg'); 
}

.titleOne {
    display: flex;
    justify-content: center; /* Centers horizontally */
}

h1 {
    align-items: center;
    font-size: 54px;
    font-style: italic;
    font-weight: bolder;
    color:#D3011C;  
    height: 70px;
    width: 450px;
    text-align: center;
    border: #D3011C solid 2px;
    border-radius: 12px;
    background-color: antiquewhite;
  }

.SSall {
  display: flex; /* Makes the children flex items */
  flex-wrap: wrap;
}

#SS1, #SS3, #SS4 {
  height: 230px;
  width: 345px;
  transition: opacity 1s ease-in-out; 
  overflow: hidden;
}

#SS0, #SS2 {
  height: 345px;
  width: 230px;
  transition: opacity 5s ease-in-out; 
  overflow: hidden;
}

.slide-1, .slide-2, .slide-3, .slide-4, .slide-0 {
  width: 100%;
  height: 100%;
  margin: 10px;
}

.titleTwo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h2 {
    align-items: center;
    font-size: 40px;
    color: black;  
  }

.startStop {
    height: 50px;
    width: 120px;
    text-align: center;
    border: #D3011C solid 2px;
    border-radius: 12px;
    font-size: 30px;
    background-color: antiquewhite;
    color:#D3011C;  
  }

.audio-container-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
}
.audio-container-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 20px;
}

.twoSongs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: white;
}

#audioPlayer{
  margin-bottom: 10px;
  margin-top: 5px;

}