/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
<head>
 <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap" rel="stylesheet">
</head>
  .pixelify-sans-<uniquifier> {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  }
   ps {
    font-family: Pixelify Sans; /* use font */
  }
  
body {
  background: url('Assets/Background/Website BG.png');
  color: black;
  font-family: Verdana;
  background-repeat: no-repeat;
  background-size: cover;
  
  Box {
  Border: Green
  Background-color: Purple
  text-align: center

  }
}