* {
  margin: 0;
  padding: 0;
}

body {
  background-image: radial-gradient(circle at 0 100%, #33f82c, #000);
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

h1{
  text-align: center;
  object-fit: cover;
  font-family: 'Varela Round', sans-serif;
  font-size: 70px;
  box-shadow: 11px 9px 10px 1px rgba(0, 0, 0, 0.2);
  color: #414141;
}