body {
  margin:0;
  padding:0;
  width:100%;
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  background: #0e100f;
  overflow: hidden;
}

.container {
  position: relative;
  width: 90vw;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 9px;
}

#svg-stage {
  width:60%;
  max-width:500px;
  overflow:visible;
}

#windmill {
  /* Gradient in RGBA */
  fill: linear-gradient(to right, rgba(66, 154, 50, 1) 0%, 35.3658527135849%, rgba(90, 182, 91, 1) 70.7317054271698%, 85.3658527135849%, rgba(88, 176, 88, 1) 100%) !important; 
}

#star {
  fill: url(#grad-bluesteel);
}

.green-gradient {
  /* Gradient in Hex */
  fill: linear-gradient(to right, #429A32 0%, 35.3658527135849%, #5AB65B 70.7317054271698%, 85.3658527135849%, #58B058 100%) !important;  
}

.blue-arrow-gradien {
  fill:linear-gradient(to right, #459BC7 0%, 19.696970283985138%, #3F96C2 39.393940567970276%, 69.69697028398514%, #2F87B3 100%) !important;
}