html {
  height: 100%;
  width: 100%;
  font-family:Arial, Helvetica, sans-serif;
  text-align: center;
}

.content, .item {
  background-color: #d1d1d1;
  border-radius: 40px;
  padding:16px;
  margin:6px;
}

h1 {
  font-family: 26px;
  border-radius: 40px;
  padding:16px;
}
#other-content {
  display:flex;
}
.item {
  flex-basis: 50%;
}