body {
    height: 100%;
    background: linear-gradient(to bottom, rgb(100,10,180), white, white);
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1, h2 {
    color: indigo;
    text-align: center;
}

.brand {
    padding-top: 30px;
}

.appname{
    color: indigo;
}