html {
  height: 100%;
  width: 100%;
}

h1 {
  text-align: center;
  border: solid 5px;
  border-color: #ffbf69;
  background-color: #cbf3f0;
}

h2 {
  text-align: center;
  background-color: #EC884E;
  width: 98%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


.douga {
  text-align: center;
}