/* style.css */
body {
  background-color: lightblue;
}

.container {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}