<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Athiti:wght@500&family=Prompt&display=swap');
body {
font-family: "Prompt", sans-serif;
}
.container {
background-color: #f0eded;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 20px;
}
.form-group {
margin-bottom: 15px;
}
.btn-primary {
background-color: #007bff;
border-color: #007bff;
}
</style>