/*Custom Font*/
@font-face {
    font-family: florence;
    src: url(/fonts/Florsn17.ttf);
}

/*Start General CCS*/
html{
  height: calc(100%);
}
body{
  margin: 0px;
  height: calc(100%);
  background-color: white !important;
}

.container-fluid{
  height: calc(100%);
}

.page{
  background-color: white;
  height: -webkit-fill-available;
  height: max-content;
}
/*END General CCS*/
.Logo{
  text-align: center;
  margin-top: 10px;
}
.firstContain{
  margin-top: 20px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}
