@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*
<weight>: Use a value from 100 to 900
<uniquifier>: Use a unique and descriptive class name
 */


html, body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

nav {background: rgb(217, 25, 101)}
input[type='submit'], input[type='submit']:hover {
  background: rgba(217, 25, 101, 0.78);
  cursor: pointer;
}
