 :root,body{
    box-sizing: border-box;
    margin:0;
    padding:0;
    background: #e0e0e0;
  }

  .mdc-list-item__primary-text::before,.mdc-list-item__primary-text::after{
     display: inline;
  }
.center-list {
  align-items: center;
  justify-content: center;
}
.mdc-list-item, .mdc-list-item__text{
  overflow-y: visible;
}


.mdc-card h2{
  margin: 2px 2px 2px 6px;
  padding:1px;
}

.mdc-card p{
  margin: 2px 2px 2px 12px;
  padding:1px;
}


.mdc-layout-grid__inner{
  margin:6px 0px 0px 0px;
}

.logo-icon{
  height: 95%;
  max-width: 100%;
  /*filter: brightness(150%) saturate(50%); */
}
