 
body {
background-image: url(bg.svg);
background-repeat: repeat;

}

.GTFO {
    /* position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);*/
    font-size: calc(6vw + 6vh + 2vmin);
    font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
    /* font-weight: 1500;*/
    color: #05668d!important;
	line-height: 0.9;
    text-shadow:
    -3px -3px 0 #000,
    3px -3px 0 #000,
    -3px 3px 0 #000,
    3px 3px 0 #000; 
    margin: 0;
}

div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  /* border: 2px dashed #f69c55;*/
}