body {
    background:#39435b ; 
    border: 0px solid red;
    
      }
      .med{
        border: 5px solid green;
        position: inherit;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 0px;
        margin-right: 0px;
        background:#eeeeee ;
      }
      .level2{
        border: 5px solid rgb(241, 242, 242);
        background:#f1f2f2 100%; 
        position: relative;
        margin-bottom : auto;
        margin-left :auto;
        margin-right:auto;
        height: auto;
      }