body,
html {
    height: 100%;
    font-size: 16px;
}

.logo {
    width: 75px;
    height: auto;
}

.wrap {
    background: url('/images/freezer.jpg') no-repeat center fixed;
    background-size: cover;
    height: 100%;
}

nav.navbar {
    background-color: rgb(248 249 250 / 0.6) !important;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: rgb(248 249 250 / 0.6) !important;
}
.footer p{
    font-size: 0.75rem;
}
