.message-content {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
  top: 30%;
}

h2 {
  position: absolute; 
  top: 0; 
  margin-bottom: -30px; 
    
}

p {
  top: 0; 
  margin-top: -30px;    
}

.centered-text {
  top: 0; 
  margin-bottom: 10px;
  padding: 20px;
  text-align: left;
     
}

.assistant-message {
    background-color: black;
    color: #ffffff;
    font-size: 16px;
    font-family: "PT Serif", serif;
    font-weight: lighter;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid white;
}

.user-message {
    background-color: #424242;
    color: #ffffff;
    font-size: 16px;
    font-family: "PT Serif", serif;
    font-weight: lighter;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 0;
   margin-bottom: 0;
    padding-bottom: 0;
}

.message user-message .message assistant-message  {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
   top: 0;
}

.message {
    margin-bottom: 0;
    align-items: center;
    padding-bottom: 0;
    position: relative;
    width: 100vw;
    top: 0; 
  
}


.message.assistant-message .play-icon {
    position: absolute;
    left: 100px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 10%;
    z-index: 300;
    display: block;
}


.message.assistant-message:hover .play-icon {
    display: block;
    background-color: blue;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.icon {
    width: 40px;
    height: 40px;
}
