body {
    margin: 0;
}

.back {
    position: absolute;
    padding: 10px;
    top: 0;
}

.centerBox {
    height: 100%;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.threeBox {
    display: flex;
    align-content: center;
    justify-content: center;
}

.descriptorBox {
    background-color: lightgray;
    width: 150px;
    height: 60px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.headerBox {
  background-color: darkgrey;
  width: 150px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.textBox {
    display: flex;
    align-items: center;
    height: 40px;
    text-align: center;
}
