﻿.mud-button-label {
 /*   color: #e6d3ae ;*/
    /*        border-style: solid;
            border-width: 1px;
            border-radius: 25px;
            padding-left: 10px;
            padding-right: 10px; */
    font-size: large;

}

/* Light theme */
.mud-theme-default .mud-button-label {
    color: black ;
    font-size: large;
}

.mud-theme-light .mud-button-label {
    color: black ;
    font-size: large;
}

/* Dark theme */
.mud-theme-dark .mud-button-label {
   /* color: #e6d3ae ;*/
    color: darkblue ;
    font-size: large;
}

.mud-button-label:hover {
    color: white;
}

.mud-button-label.active {
    background-color: orange;
    color: orange;
}

#main-page-profile-image-float {
    float: right;
}

.main-page-image {
    border-radius: 25px;
    height:320px;
    margin: 20px;
    padding-bottom: 2px;
    width:320px;
}

.vintage-computing-dialog {
    width: 90%; 
    border-radius: 25px; 
    border-style: solid; 
    border-color: lightslategrey;
    border-width: 2px    
}