:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #2b2419;
  font-size: 1.125rem;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  h1,
  h2,
  h3 {
    margin: 0.75rem 0 0.75rem 0;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
    font-weight: 600;
  }

  h3 {
    font-size: 1.25rem;
    font-weight: 600;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
}

h1,
h2 {
  text-align: center;
}

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.img-txt-container {
  display: flex;
  gap: 2rem;
  align-self: flex-start;
  width: 100%;

  p,
  div {
    margin: 0;
    align-self: center;
  }
}

.coffee-animation {
  margin-bottom: 3rem;
}

.btn {
  font-size: 2rem;
  text-decoration: none;
  color: #ffffff;
  border-radius: 1.5rem;
  background-color: #2b2419;
  padding: 1rem 1.5rem;
  text-align: center;
}

#redirectBtn {
  width: 100%;
  font-weight: 600;
}
