#msg-container{
    margin-top:100px;
   
    
     padding: 50px 0 20px 0;
   
    
    position: relative;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
 
 
    
    
 
 
     background-color:#17517B;
     background-image:
     radial-gradient(rgb(11, 70, 114) 9px, transparent 1px),
     repeating-radial-gradient(rgb(11, 70, 114) 0, rgb(11, 70, 114) 4px, transparent 5px, transparent 20px, rgb(11, 70, 114) 21px, rgb(11, 70, 114) 25px, transparent 26px, transparent 50px);
     background-size: 30px 30px, 90px 90px;
 
     background-position: center bottom;
     background-attachment: fixed;
     
}
#msg-container-text{
    color: white;
    width: 70%;
    font-style: italic;
    font-weight: 200;
    font-family: 'Roboto ' , sans-serif;
    margin-top:15px;
    
    font-size: 24px;
}
.hr-blue {
    border: 1px solid var(--hr-color-blue);
    width: 80%;
    
}
.dr-name{
    color:var(--color-orange);
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
}