

  
.widget {
    width: 100%;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 15px 30px 0 rgba(0,0,0, 0.1);
    background-color: #fff;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  
  .widget > * + * {
    margin-top: 1.25em;
  }
  
  .widget h2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
  }
  
  .widget code {
    display: inline-block;
    padding: 0.125em 0.25em;
    border-radius: 2px;
    background-color: #bee5d3;
  }
  
  .widget strong {
    font-weight: 700;
  }

  .widget button, select {
    border: 2px solid var(--button);
    border-radius: 5px;
    background-color: white;
    color: var(--button);
  }

  .widget label{
    color: var(--body-font);
  }

  .widget table{
    width: 100%;
    max-width: 600px;
  }
 