

.PopupButton {
    background-color: #242427; /* Replace 'your-color-here' with your desired color */
    color: white;
    border: 1px solid #36363a;
    padding: 5px 5px;
    cursor: pointer;
    height: 50px;
    width: 100%;
    font-size: 14px;
}

/*End Achievements*/

/* Homepage Buttons */

.DMZbutton100 {
    background-color: #242427; /* Replace 'your-color-here' with your desired color */
    color: white;
    border: 1px solid #36363a;
    padding: 1px 1px;
    text-align: center;
    cursor: pointer;
    height: 50px;
    width: 100%;
    font-size: 16px;
}

