@font-face {
    font-family: bignoodle;
    src: url(big_noodle_titling.ttf);
}

body, html {
    margin: auto;
    height: 100%;
    background-color: black;
}


.bg-image {
    background-image: url(img/pig.jpg);
    filter: grayscale(100%) brightness(6%) blur(16px);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
header {
    text-align: center;
    font-size: 20vw;
    background-color: red;
    color: white;
    font-family: bignoodle;
    font-style: italic;
    display: inline-block;
    padding: 0px 2% 0px 2%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 20px;
    text-align: center;
}

smol {
    font-size: 33%;
}
