html,

body {
  height:100%;
  font-size:1rem;
  font-family: 'Inter Tight', sans-serif;
}
.gradient {
  background: rgb(190,255,0);
  background: linear-gradient(90deg, rgba(190,255,0,1) 0%, rgba(49,132,238,1) 17%, rgba(0,255,162,1) 100%);
}


.page-header{
  margin-top: 4rem;
  font-size: 1.25rem;
  color: #ffffff;

}

.about ul {
  padding-left: 2rem;
  list-style-type: none;

}
.about ul li {
  padding-left: 2rem;
  background-image: url(../assets/check.svg);
  background-repeat: no-repeat;
  line-height: 1.25rem

}

footer {
  color: #ffffff
  font-size: 1rem;
  margin: 0;
  padding: 1rem;
};
