body {
    background:#39435b ; 
    border: 0px solid red;
    
      }
      .med{
        border: 0px solid green;
        position: inherit;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 0px;
        margin-right: 0px;
        background:#eeeeee ;
      }
      .container {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0px solid green;
        position: inherit;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 0px;
        margin-right: 0px;
        background:#eeeeee ;
      }
      img {
        max-width: 100%;
        max-height:100%;
      }
      
      .text {
        font-size: 20px;
        padding-left: 20px;
      }