h1 {
    font-family: tahoma;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
}

header {
    padding: 70px;
}

.buttons .button {
    display: inline-block;
    width: 49%;
    text-align: center;
}

.buttons {
    margin-top: 30px;
}

.button a {
    font-size: 20px;
    color: #000;
    font-weight: bolder;
    padding: 10px 20px;
    background: #e0e0e0;
    border-radius: 10px;
}

.button.get a {
    background: #88b8ff;
}

body {
    background: url(../img/bg.jpg);
}

footer {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
}