* {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
}
.w-full {
  width: 100%;
}
.h-full{
  height:100%;
}
.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
