body  {
    background-image: url("/assets/Harmony.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 100vh;
    padding: 0px;
    margin: 0px;

    font-family: "Segoe UI", system-ui, sans-serif;
}

.dialog-title {
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 5px;
    
    color: var(--w7-title-c);
}
