﻿body {
}


.footer {
    padding: 1rem;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
}

.roundedborder {
    border-radius: 8px;
    border-width: 1px;
    border-color: lightgrey;
    box-shadow: 0px .5px .5px;
}

.mud-layout {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
 