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

body {
  font-family: 'Arial', sans-serif;
  overflow: hidden;
	 width: 100vw;
    height: 100vh;
}

.container {
  position: relative;
  width: 100%;
  height: 100vh;
  justify-content: center;
	text-align: center;
}
