* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

  body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.4;
    font-size: 15px;
    color: #2a2b3f;
    margin: 0;
  }

  .spacer{
    height: 4.5rem;
  }
  @media(max-width: 800px){
    .spacer{
        height: 3.5rem;
    }
  }

   html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  a{
    text-decoration: none;
  }

  .main-content{
    flex: 1;
  }