.answer-button-1 {
    background-color: #4CAF50; /* Green background color */
        color: white; /* White text color */
        padding: 12px 20px; /* Add some padding to the button */
        border: none; /* Remove the border */
        cursor: pointer; /* Add a cursor on hover */
        font-size: 16px; /* Increase the font size */
        border-radius: 5px; /* Add some rounded corners */
        margin-bottom: 10px; /* Lägg till lite utrymme mellan knapparna */
        width: 100%; /* Låt knapparna fylla ut containern */
  }
.answer-button-2 {
    background-color: #5b7f5c; /* Green background color */
        color: white; /* White text color */
        padding: 12px 20px; /* Add some padding to the button */
        border: none; /* Remove the border */
        cursor: pointer; /* Add a cursor on hover */
        font-size: 16px; /* Increase the font size */
        border-radius: 5px; /* Add some rounded corners */
        margin-bottom: 10px; /* Lägg till lite utrymme mellan knapparna */
        width: 100%; /* Låt knapparna fylla ut containern */
  }
.answer-button-3 {
    background-color: #8754c5; /* Green background color */
        color: white; /* White text color */
        padding: 12px 20px; /* Add some padding to the button */
        border: none; /* Remove the border */
        cursor: pointer; /* Add a cursor on hover */
        font-size: 16px; /* Increase the font size */
        border-radius: 5px; /* Add some rounded corners */
        margin-bottom: 10px; /* Lägg till lite utrymme mellan knapparna */
        width: 100%; /* Låt knapparna fylla ut containern */
  }
.answer-button-4 {
    background-color: #ad3232; /* Green background color */
        color: white; /* White text color */
        padding: 12px 20px; /* Add some padding to the button */
        border: none; /* Remove the border */
        cursor: pointer; /* Add a cursor on hover */
        font-size: 16px; /* Increase the font size */
        border-radius: 5px; /* Add some rounded corners */
        margin-bottom: 10px; /* Lägg till lite utrymme mellan knapparna */
        width: 100%; /* Låt knapparna fylla ut containern */
  }
