* {
  color: white;
}

body {
  background: #111;
  height: 100vh;
  display: flex;
  /* justify-content: space-between;
  align-items: center; */
}

a {
  text-decoration: none;
}

.row {
  display: flex;
  gap: 20px;
}

.cloumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
