.body-background {
  background-color: #0D8CC7;
  color: #fff;
  text-align: center;
}
.flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  width: 600px;
  margin: auto;
}
.flex-right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end ;
  width: 100%;
}
