.pixelify-sans-<uniquifier> {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body{
  background-color: #9eedf7;
  font-family: "Pixelify Sans", sans-serif;
}
img {
  display: block;
}
.flex-container {
  display: flex;
  width: 700px;
  height: 120px;
  align-items: flex-end;
  border-bottom: 36px solid green;
  background-color: #9eedf7;
}
.flex-container .text {
  width: 400px;
}
h4{
  font-family: "Pixelify Sans", sans-serif;
}
