body {
      font-family: 'Montserrat', sans-serif;
    width:414px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
overflow-y: hidden;
    position: absolute;
    margin-top:-10px;
}

.header-semicircle {
    width: 414px; 
    height: 70px; 
    background-color: #FFDEAD; 
    border-bottom-left-radius: 150px; 
    border-bottom-right-radius: 150px; 
    text-align: center;
    padding-top: 10px;


  }


.header-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 40px; 
}

  .header-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px; 
    font-weight: 700;
      font-size:20px;
}



.fa.fa-arrow-left{
     color: black;
    
    
}
.back-button {
    text-decoration: none;
   margin-top:-10px;
    margin-left: 1px;
}

.message-container {
    margin-top: 10px;
    width: 330px;
    border-bottom: 1px solid black; 
    padding: 20px;
  }
  
  .user-details {
    display: flex;
    align-items: center;
    
  }
  
  .user-image {
    width: 60px; 
    height: 60px; 
    border-radius: 50%; 
    margin-right: 20px;
    margin-left: -17px;
      margin-top:20px;
  }
  
  .user-info {
    flex: 1; 
  }
  
  .user-name {
    font-weight: normal;
    margin-bottom: 10px;
  }
  
  .user-chat {
    margin: 0;
    color: #555;
      font-size:13px;
  }
  
  .message-time {
    font-size: 12px;
    color: #888;
    font-weight: 100px;
  }

  .footer-nav {
    margin-top: 100px;
    width: 370px;
    height: 30px;
    font-size: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 5px solid #FFAA33;
    padding: 15px;
      
    

}
  .footer-nav a {
    text-decoration: none;
    color: grey; 
   
  }
  