body {
  background-color: black;
}
h1 {
  color: white;
  font-family: nunito;
}
p {
  color: white;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center {
  margin: 0;
  position: absolute;
  top: 70%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center span {

				color: #39B54A;
}
body {
 background-image: url("tausta.svg");
 background-color: #ffffff;
 background-repeat: no-repeat; /* Do not repeat the image */
 /*background-position: center; /* Center the image */
 background-size: cover; /* Resize the background image to cover the entire container */
}