a.custom-link {
    color: white !important;
    text-decoration: underline !important;
}

    a.custom-link:hover {
        text-decoration: none !important;
    }

li {
    margin-left: 20px;
}

html, body, #app {
    height: 100%;
    margin: 0;
}

main, .mud-main-content{
    height: 100%;
}
