@import url("https://fonts.googleapis.com/css?family=Roboto&effect=fire-animation|neon|shadow-multiple|3d|anaglyph");

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

body {
  width: 100%;
  height: 100vh;
  display: grid;
  place-content: center;
  background-color: #7a4069;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.text {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
}
