@font-face {
    font-family: 'EBGaramond';
    src: url('../fonts/EBGaramond.ttf') format('truetype');
}

body {
    background-image: url("../img/freestocks-r_oV6smBBYk-unsplash.jpg") !important;
    background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6, li, a, span, p, #btn {
    font-family: 'EBGaramond' !important;
}

.phone-picture {
    width: 400px;
}

@media (max-width: 991.98px) { /* applies styles only on mobile viewports */
    .phone-picture {
        width: 230px;
    }
}