
body {
   background-repeat: no-repeat;
}

.container {
  width: 50%; /* Define a width for the container */
  margin: 0 auto; /* Centers horizontally */
  background-color: lightblue;
  padding: 20px;
}