body {
  background-color: #ebeff2;
  color: #a7bac9;
  font-family: Verdana;
  text-align: center;
}
.myDiv {
  background-color: #758da1;
  color: #d5e2ed;
  border: 5px outset #d5e2ed;
  text-align: center;
  width: fit-content;
}
.inlineDiv {
  display: inline-block; /* Makes the divs behave like inline elements */
  width: 30%; /* Example width */
  margin-right: 10px; /* Adds space between divs */
}