body {
    background-image: linear-gradient(#B0A092, #C2B5A9);
    background-image: url("/img/background_bw.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    background-size: cover;

    font-size: large;
}

h1, h2, h3, h4, h5 {
    font-family: "Shiver Me Timbers NF W01 Rg"; 
}

a {
    font-family: "Shiver Me Timbers NF W01 Rg"; 
    color: rgb(33, 37, 41) !important;
}

.container {
    background-color: rgba(255, 255, 255, 0.7);
}

