body {
    margin: 0 8px !important;
    padding: 0 !important;
    min-height: 100vh !important;
    background: url('images/UBeliefs.png') center center/cover no-repeat fixed !important;
    font-family: Arial, sans-serif !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}
h1 {
    color: #fff;
}
.title-container {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    text-align: center;
}

.title-container h1 {
    color: cornsilk;
    font-size: 3em;
    margin: 0;
    text-shadow: 2px 2px 8px #222;
}

.centered-container {
    flex: 1;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    height: 90vh;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 8px;
}
.row {
    color: cornsilk;
}

hr {
    color: cornsilk !important;
}

.centered-content {
    /* background: rgba(0, 0, 0, 0.25); */
    /* padding: 40px 60px;
    border-radius: 16px; */
    
    text-align: center;
}

.centered-content p {
    color: #fff;
    font-size: 1.5em;
    margin: 0;
}

.footer {
    text-align: center;
    padding: 20px 0;
    color: #000000;
    /* background: rgba(0, 0, 0, 0.4); */
    font-size: 1em;
}

