body{
    background-color: #d7b900;
    background-image: url("../img/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px;
}

p, h1, h2, h3{
    color:#333333;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

a{
    color:#333333;
}

h3{
    padding-top: 30px;
}


@media only screen and (max-width: 640px){
    body{
        background-image: none;
    }
}