.Body {
    color: #666666;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 95px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 1;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: uppercase;
}

#widget {
    clear: left;
    padding-top: 30px;
	margin-top:50px;
}
#book {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: small;
    font-family: 'helvetica';
    text-transform: uppercase;
}

#tweet_it {
    background-color: rgb(29, 161, 242);
    font-size: 40px;
    text-align: center;
    height: auto;
    border-radius: 20px;
    color: #ffffff;
    float: left;
    clear: left;
}

#tweet_it a {
    color: white;
    font-family: helvetica;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 20px;
}

.fb-share-button {
    float: left;
}

@media only screen and (max-device-width: 400px) {
  .Body {
    font-size: 120px;
  }
  #tweet_it {
    float: none;
  }
  #book {
    font-size: 30px;
    position: relative;
    margin-top: 50px;
    margin-left: 20px;
  }
}
