body { font-family: Arial, sans-serif; text-align: center; }
.button { padding: 10px; margin: 10px; cursor: pointer; background-color: lightblue; border: none; }
.top-right { position: absolute; top: 10px; right: 10px; text-align: right; }
.bottom-left { position: absolute; bottom: 10px; left: 10px; text-align: left; }