html,
body {
  margin: 0;
  padding: 0;
  background-color: rgb(25, 146, 146);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
