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

html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #1a1e27;
  color: #ffffff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}

a {
  text-decoration: none;
}

button {
  background: none;
  border: none;
}

input {
  background-color: transparent;
  border: none;
  outline: none;
}
