@font-face {
  font-family: AdSans;
  src: url(/AdwaitaSans-Regular.ttf);
}

body {
  background-color: #dbffaf;
  background-repeat: repeat;
  color: #072b08;
  font-family: AdSans;
}

h1 {
  text-align: center;
  color: darkgreen;
}

h2 {
  text-align: center;
  color: black;
}
.lorem_ipsum {
  display: flex;
  justify-content: center;
}
.ex-1 {
  text-align: justify;
  width: 512px;
  border-radius: 50px;
  font-size: 16px;
  border: 4px double black;
  padding: 16px;
}