body {
  text-align: center;
  background-color: #000;
  display: flex;
  color: #ccc;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  font-family: "SF Pro Display";
  src: url("/static/vibz/SF-Pro-Display-Medium.ttf");
}
img {
  //width: 200px;
  //height: 200px;
}
a {
  color: #0000ff;
}
h1 {
  color: #ccc;
}
.screenshots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20;
  flex-wrap: wrap;
  width: 100%;
}
.card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  width: 1000px;
  background-color: #111;
  border-radius: 10px;
  padding: 15px;
}

