* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.flex-container {
  display: flex;
  justify-content: center;
  background-color: #2B7C65;
  padding: 5px;
}

.flex-container > div {
  max-width: 500px;
  text-align: center;
}

.top-header {
  background-image: linear-gradient(to right, #2B7C65, #7BCCB5);
}

a {
  text-decoration: none;
}/*# sourceMappingURL=index.css.map */