body {
    font-size: 16px;
    min-height: 100%;
    min-width: 1200px;
  
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }