/* Custom styles goes here */
.content1 {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}

.box {
  width: 35%;
  height: 25%;
  padding: 5px;
}

.form-floating > label {
    border:hidden!important;
}
.fade {
  transition: opacity 0.1s linear !important;
}
