.TextCenter {
    background-color: black;
    color: aquamarine;
    text-align: center;
}

.SubtextCenter {
    text-align: center;
}
.TextRight {
    text-align: right;
    
}

.WelcomeButtons {
    background-color: maroon !important;
    color: white !important;
}

.AppBarNode{
    text-align: center;
}

.ButtonOn{
    background-color: aqua !important;
    color:black !important;
}