@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/PTSans.ttf');
}

@font-face {
    font-family: 'PT Sans Bold';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/PTSansBold.ttf');
}

body{
    overflow: hidden;
    background-image: url("/images/grunge-bg.png");
}

span {
    margin-bottom: 50px;
}

.buy-button {
    font-size: 26px;
    margin-top: 30px;
    padding: 35px 30px;
    background-color: transparent;
    color: #ffffff;
    font-family: 'PT Sans';
    border: 3px solid #ffffff;
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    width: 40%;
    text-align: center;
}

.buy-button:first-child {
    margin-right: 50px;
}
.buy-button:hover {
    background-color: white;
    border: 3px solid #ffffff;
    color: #000000;
}

@media(max-width: 991px) {
    .buy-button {
        width: 60%;
        margin: 20px auto;
        margin-left: 15%;
        font-size: 30px;
    }
}
