body {
  background-color: rgb(229,255,213);

}
h1 {
  color: rgb(0,100,0);
}
h2 {
  color: rgb(0,100,0);
}
p {
  color: rgb(20,30,20);
}

.container {
  display: flex;
  justify-content: center;
}
