*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html, body {
    min-height: 100vh;
  }
  
  body {
    font-family: "Segoe UI", Arial, sans-serif;
    color: #ffffff;
    overflow-x: hidden;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }