html, body {
    margin: 0px !important;
    padding: 0px !important;
    height: 100% !important;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
    height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}

a {
    text-decoration: none;
}

#bg-logo-wip {
    background-image: url(../img/logo_wip.png);
    background-size: 30vw;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #dddace;
    width: 100%;
    height: 100%;

    @media (max-width: 768px) {
        background-size: 100vw;
    }
}

#blur-filter {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.15);
}

#title-wip {
    font-size: 3rem !important;
    font-weight: bold !important;
    z-index: 2;
    font-family:Verdana, Geneva, Tahoma, sans-serif !important;
    text-justify: center;
    text-align: center;
}

.pos-bottom {
    position: absolute;
    bottom: 0px;
}

.pad-bottom-5 {
    padding-bottom: 2.5rem;
}

.text-center {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.self-center {
    align-self: center;
    justify-self: center;
}

.row {
    width: 100%;
}
