body{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family:"Inter", sans-serif ;
}
.title {
	color: #5C6AC4;
}
h1{
  font-family: "Inter", sans-serif;
}
h2{
  font-family: "Inter", sans-serif;
  margin-top:4rem;
  text-align: center;
 
}
.container{
  width: auto;
  height: auto;
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-content:center ;
  margin-bottom: 20rem;
  margin-top: 10rem;
  font-family: "Inter", sans-serif;
}
.table2{
  width: auto;
  height: auto;
  display: flex;
  justify-content:left;
  margin-bottom: 2rem;
  font-family: "Inter", sans-serif;
}
.text-bg-dark.p-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
