/* Scope to the quiz view page */
body#page-mod-quiz-view .mod_quiz-view .singlebutton {
    /* Ensure the wrapper of the button behaves as expected */
    text-align: center; /* or left, depending on your design */
    margin: 20px 0;
    width : 80%;
    color : pink;
    border-radius : 20px;
}