#index {
    background-color: aliceblue;
}

.button-container {
    display: grid;
    justify-content: space-around;
    grid-template-columns: repeat(auto-fill,300px);
}

.OMG {
    width: 240px;
    margin: 10px;
    padding: 0px 15px;
    border-radius: 20px !important;
    background-color: rgb(237, 237, 237) !important;
}

#title_index {
    text-align: center;
}

.title_index_2 {
    text-align: left;
}


.ui-btn {
    border: 0;
}

.bottomtext {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    font-weight: 400;
}

.notice {
    color: red !important;
    font-size: 1em;
    font-weight: bolder;
    text-align: center;
}