body {
    background-image: url("webback.png");
    background-repeat: repeat;
    line-height: 100%;
}

.truecenter {
    position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
}

.white {
    color: white;
}

p {
    margin: 0;
}

h1{
    margin: 0;
}

h3{
    margin: 0;
}

a{
   margin: 0;
}

.textcenter {
    text-align: center;
}