body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f3f3f4;
}

div {
  width: 100%;
}

.inputs {
  width: 75%;
  padding: 10px 0px;
}

.inputs div {
  width: 50%;
}

.cols {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rows {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#cookieCont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cookieCard {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  width: 75%;
}

.cardVal {
  display: flex;
  justify-content: space-between;
}
.card-body {
  width: 50%;
}

.kvCard {
  width: 75%;
  color: white;
}

.kvCard div {
  border: solid white 1px;
}

.goldman {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.goldman-bold {
  font-family: "Goldman", sans-serif;
  font-weight: 700;
  font-style: normal;
}
