@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,200;0,300;0,400;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:ital,wght@0,200;0,300;0,400;0,600;0,700;1,400&display=swap");

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: #757575;
  margin: 0;
}

a {
  color: #eb4034;
}

p {
  margin: 0;
  margin-bottom: 0.5rem;
}

.container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #313131;
}

.image {
  margin-bottom: 1rem;
  height: 130px;
}

.title {
  font-weight: 700;
  font-size: 1.3rem;
  color: #290402;
  font-family: "Bricolage Grotesque", sans-serif;
}

.subtitle {
  font-size: 1rem;
}

.logo {
  height: 1.625rem;
  margin-top: 1rem;
}

.background {
  background-color: #f5f5f5;
  text-align: center;
  padding: 1.5rem;
  border-radius: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  max-width: 450px;
  box-sizing: border-box;
}

.card-container {
  width: 100%;
  max-width: 450px;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.button {
  background-color: #ff3d00;
  border-radius: 1rem;
  width: 100%;
  height: 4rem;
  border: unset;
  color: white;
  font-size: 1.4375rem;
  cursor: pointer;
}
