<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main {
    height: 100%;
    /* background-color: palevioletred; */
    /* align-items: stretch; */
    display: flex;
    justify-content: center;
    font-family: 'Open Sans Condensed', sans-serif;
  }
  
  #item2 {
    margin-top: 100px;
    width: 50%;
    /* height: 75vh; */
    /* background-color: orange; */
    display: flex;
    justify-content: center;
    
  }

  #item2a{
    margin-top: 50px;
    width: 50%;
    /* background-color: peru; */
    /* min-width: 350px; */
  }</pre></body></html>