﻿.fab-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
}

.center-container {
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-bar-image {
    background-color: red;
    height: 20%;
    max-height: 100%;
    width: auto;
    object-fit: contain;
}