body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #307545;
    padding-top: 70px;
}

.container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border-color:chocolate;
    text-align: center;
    max-width: 700px;
}

button {
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: #ffffff;
}

button:hover {
    background-color: #0056b3;
}

#show-answer-btn {
    background-color: #28a745;
}

#show-answer-btn:hover {
    background-color: #218838;
}
h2{
    font-family: "Comic Sans MS", Arial, Times, serif;
	font-style:normal;
	color: brown;
    background-color: #ffffff;
    text-align: center;

    max-width: 600px;
}
