body {
    overflow: hidden;
    Font-family: 				Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    background: url("background.png");
    background-repeat: no-repeat;
    background-size: 100vw;
    padding:            0px;
    margin:             0px;
}

.image {
    width:      100vw;
    margin:     0px;
    padding:    0px;
}

.image-fit {
    width:      15%;
    max-height: 50%;
    margin:     0px;
    padding:    0px;
    transition-duration: 1s;
}

.image-fit:hover {
    width:      20%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .floatSoon {
      width:    100vw;
      color:    #fff;
      text-shadow: 0px 0px 3px rgb(197, 197, 197);
      text-align: center;
      position: absolute;
      bottom:   0px;
  }

  .centertable {
      margin: 0 auto;
  }