* {
  box-sizing: border-box;
  word-break: break-word;
  text-align: center;
}

:root {
  background: linear-gradient(180deg,rgba(0, 38, 27, 1) 0%, rgba(0, 20, 16, 1) 100%);
  background-size: cover;
  background-position: top center;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: white;
  cursor: url("/images/tooncursor.png"), auto;
}
img{
  padding: 150px; 
}
