.main-app {
    text-align: center;
    padding: 10px;
}

.button-grid {
    margin-top: 50px;
}
.pause-grid
{
    margin-top:200px
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}
.page-footer {
    margin-top: auto; /* Pushes footer to the bottom */
    background-color: #222; /* Dark background */
    color: white; /* White text */
    text-align: center;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.settings-icon {
    font-size: 1.8rem; /* Make icon big */
    margin-right: 15px; /* Space from right */
    margin-left:auto;
    cursor: pointer
}
.swal2-confirm
{
    background-color: #D8A100;
    border-color: #876400;
}

@media screen and (max-width: 400px) {
    .swal2-input {
        max-width: 300px;
    }
}