﻿html {
    overflow-x: hidden;
}

body {
    height: 93vh;
}

.mud-tooltip-root {
    cursor: pointer;
}

.mud-drawer {
    top: 60px;
}

.my-grid {
    width: 60vw;
    max-width: 900px;
    min-width: 300px;
    justify-self: center;
}

.small-margin {
    @media (max-width: 600px) {
        margin-top: 100px;
    }
}

#google-pay-button {
    align-self: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    width: fit-content;
    margin: auto;
}