body {
 margin: 0;
 height: 100vh;
 background-color: black;
 display: flex;
 justify-content: flex-end;
 align-items: flex-end;
}

.gif-container {
  position: relative;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

#gif { width: 640px; height: 50%; }


.terveiset {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9001; 
}


.jonossa {
  width: fit-content;
  font-size: 2.5em;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffff00;
}

.jonossa:before { content:'olette edelleen jonossa'; }
/* tulispa salama ja tappais */


