@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");

* {
  font-family: "Roboto", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
  color: #383838;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0.5rem;
  flex-wrap: wrap;
}

h1,
h3,
p {
  margin: 0;
  padding: 0;
}

.page-title {
  margin-bottom: 1.5rem;
  font-size: 3.5rem;
  text-transform: uppercase;
}

.progress {
  display: flex;
  justify-content: center;
  margin: 0 2rem;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22rem;
}

.card {
  width: 100%;
  text-align: center;
  margin: 0.5rem 1.5rem;
  border: 0.01rem solid #383838;
}

.title {
  background-color: #e34e48;
  height: 3rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1.2rem;
  background-color: #e1e1e1;
  border: 0.01rem solid #383838;
  text-align: start;
}

.feature p {
  margin-left: 1rem;
}

.circle {
  background-color: #e34e48;
  border: 0.2rem solid #383838;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin: 0.5rem 0;
}

.rectangle {
  background-color: #383838;
  width: 22rem;
  height: 0.2rem;
  margin: 29.5px -9.6rem 0;
}
