@font-face {
    font-family: 'Stardew_Valley_Regular';
    src: url(../fonts/Stardew_Valley_Regular.ttf);
}

.text-title {
    font-family: 'Stardew_Valley_Regular', cursive;
    font-size: 1.7rem;
    font-weight: 700;
}

body {
    background: #222 url('../images/stardew_valley/wallpaper.jpg') no-repeat center center fixed;
    background-blend-mode: overlay;
    color: #fff;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.btn-bg {
    background-color: #584b2c;
    filter: brightness(2);
}

h2, h3, li>a, div.container {
    background: -webkit-linear-gradient(#584b2c, #06501d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: brightness(200%);
}

a.nav-link:hover {
    transition: 0.5s;
    border-top: 5px solid #06501d;
}