/* main.css
Bootstrap overrides and custom CSS.
Author: PreggoBellyLover
*/

@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    font-family: Cabin;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: rgb(255, 255, 255);
}

.bg-blur-5 {
    backdrop-filter: blur(5px);
}

th {
    font-size: 1.4em;
}

.header-lg {
    font-size: 10em;
}
