body {
    min-height: 100%;
    overflow: hidden;
}

* {
    font-weight: 300 !important;
}

a {
  color: white;
  text-decoration: underline;
}

.FullScreen {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: background-color 0.5s linear;
}

.btn-floating.btn-large.TheButton {
    margin: 10px;
    width: 100px;
    height: 100px;
}

#SubmitButton {
    margin: 10px;
}

.twitter-share-button {
    vertical-align: bottom;
}