body {
	text-align: center;
    font-family: Arial, sans-serif;
    background-color: #a9faa7;
    margin: 0;
    padding: 20px;
}

h1 {
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    color: #444;
    margin-top: 30px;
    margin-bottom: 10px;
}


button {
    background-color: #54c151;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 10px;
}

