.header {
    background-color: #38BF71;
    width: 100%;
    height: 175px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 996;
}
.header span {
    margin: 0px;
    text-align: center;
    color: #FFF;
    font-size: 110pt;
    font-family: 'Lobster', cursive;
    position: relative;
    display: inline-block;
    left: 50%;
    top: 87.5px;
    transform: translateX(-50%) translateY(-50%);
    vertical-align: middle;
}
.buttons {
    color: white;
    text-decoration: none;
    font-family: 'Kaushan Script', cursive;
    font-size: 35px;
    padding-right: 235px;
}
