@import url('https://fonts.googleapis.com/css2?family=Inter');

:root {
	--font-style: 'Inter', sans-serif;
}

body {
	width: 100%;
	height: 100%;
	font-family: var(--font-style);
  background-color: white;
    text-align: center;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a {
  color: white;
}