/** Global Styles **/

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: linear-gradient(to top, #3c006b, rgba(73, 0, 91, 1));
  color: #fff;
}

h1 {
  font-size: 5em;
  margin: 0;
}

p {
  font-size: 1.5em;
}
