.format1 a {
    color: #ffffff;
    background: #52c234;
}

    .format1 a:hover {
        color: #ffffff;
        background: #2e9313;
    }

.format2 a {
    color: #ffffff;
    background: #ff0000;
}

    .format2 a:hover {
        color: #ffffff;
        background: #d00a0a;
    }

.toast-center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
