body {
 background-color: rgb(123, 170, 115);
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100vh;
 font-size: 2em;
}
