:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

/* body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
} */

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
}

h1 {
  text-align: center;
}

h5 {
  margin-top: 40px;
  margin-left: 50px;
}

.flex-container{
  display: flex;
  justify-content: center;
  gap: 10em;
  margin-top: 100px;
}

.button {
  /* display: inline-block; */
  width: 300px;
  height: 100px;
  background: #4E9CAF;
  padding: 100px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 50px;
}